* Makefile.in (distclean): Remove intl/VERSION for gettext-runtime
and gettext-tools packages.
+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
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;"