+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>.
POFILES = @POFILES@
GMOFILES = @GMOFILES@
-DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
+DISTFILES = Makefile.in.in POTFILES.in $(PACKAGE).pot \
$(POFILES) $(GMOFILES)
POTFILES = \
# 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 \