]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make ChangeLog optional.
authorBruno Haible <bruno@clisp.org>
Wed, 14 Nov 2001 22:10:50 +0000 (22:10 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:19:37 +0000 (23:19 +0200)
po/ChangeLog
po/Makefile.in.in

index 70f9744055556b307ea841e8022d10a8445d6fc8..daff76fe74b403e5ca0a63ea50c3ff19867cec82 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-14  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in.in (DISTFILES): Remove ChangeLog.
+       (dist2): Distribute ChangeLog only if it exists.
+
 2001-11-11  Bruno Haible  <haible@clisp.cons.org>
 
        * da.po: Update from Keld Simonsen <keld@dkuug.dk>.
index 4be129b7c8e65960b8e97196e8f5017724c88a13..60c55b338435a9ff3fe8e57d1b6ee44eb6d366ee 100644 (file)
@@ -41,7 +41,7 @@ MSGMERGE_UPDATE = @MSGMERGE@ --update
 
 POFILES = @POFILES@
 GMOFILES = @GMOFILES@
-DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
+DISTFILES = Makefile.in.in POTFILES.in $(PACKAGE).pot \
 $(POFILES) $(GMOFILES)
 
 POTFILES = \
@@ -180,6 +180,7 @@ dist distdir:
 # This is a separate target because 'update-po' must be executed before.
 dist2: $(DISTFILES)
        dists="$(DISTFILES)"; \
+       if test -f $(srcdir)/ChangeLog; then dists="$$dists ChangeLog"; fi; \
        if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
        for file in $$dists; do \
          if test -f $$file; then \