]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
intl: Remove intl/VERSION for gettext packages
authorDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 05:27:06 +0000 (14:27 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 05:28:46 +0000 (14:28 +0900)
* Makefile.in (distclean): Remove intl/VERSION for gettext-runtime
and gettext-tools packages.

gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in

index ce9070269e62c07f4cb5925f611d754ce74d8692..a3fffcd8a06de7939b3c42583d503eaafc4cd833 100644 (file)
@@ -1,3 +1,8 @@
+2014-07-14  Daiki Ueno  <ueno@gnu.org>
+
+       * Makefile.in (distclean): Remove intl/VERSION for gettext-runtime
+       and gettext-tools packages.
+
 2014-07-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
        intl: Sync up loadmsgcat.c with glibc
index ebb45c77acd60ed4c88ab735ecd2a8710acc6086..2c9312629ab5d4ebe68a88684a8f6489e30bdd68 100644 (file)
@@ -621,6 +621,11 @@ clean: mostlyclean
 
 distclean: clean
        rm -f Makefile ID TAGS
+       if test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; then \
+         rm -f $(DISTFILES.normal); \
+       else \
+         : ; \
+       fi
 
 maintainer-clean: distclean
        @echo "This command is intended for maintainers to use;"