]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: hello-objc-gnustep: Fix 'make distclean'.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2018 07:28:11 +0000 (09:28 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2018 17:02:42 +0000 (19:02 +0200)
* gettext-tools/examples/hello-objc-gnustep/GNUmakefile (internal-distclean):
Remove the *.lproj directories.
* gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile (internal-clean):
Remove remove-potcdate.sed.

gettext-tools/examples/hello-objc-gnustep/GNUmakefile
gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile

index fe4b6842c1de1835abf5bd0bc7cbb2970a80eadd..ba4c565d44a70c74cf755ed58e8af1af3cb80f89 100644 (file)
@@ -34,3 +34,6 @@ Hello_C_FILES =
 include $(GNUSTEP_MAKEFILES)/aggregate.make
 include $(GNUSTEP_MAKEFILES)/application.make
 -include GNUmakefile.postamble
+
+internal-distclean::
+       rm -rf *.lproj
index 00ee5234716aff90716920621e4033538fc79642..eda89818b0dd4e4397607a98dc36a51ec36ab59d 100644 (file)
@@ -158,6 +158,9 @@ $(POFILES): $(DOMAIN).pot
          $(MAKE) $${lang}.po-create; \
        fi
 
+internal-clean::
+       rm -f remove-potcdate.sed
+
 update-po:
        $(MAKE) $(DOMAIN).pot-update
        test -z "$(UPDATEPOFILES)" || $(MAKE) $(UPDATEPOFILES)