Skip to content

Commit

Permalink
build: Put back ChangeLog.pre-git-import to unbreak distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuele Bassi committed Jun 13, 2011
1 parent e8bd46b commit 86d96db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions build/autotools/Makefile.am.changelog
Expand Up @@ -19,7 +19,6 @@ CHANGELOGS = ChangeLog \
CLEANFILES += $(srcdir)/ChangeLog.cache-* CLEANFILES += $(srcdir)/ChangeLog.cache-*


changelogs: changelogs:
@cp -f $(top_srcdir)/doc/ChangeLog.pre-git-import $(srcdir)
@$(MAKE) $(AM_MAKEFLAGS) $(CHANGELOGS) @$(MAKE) $(AM_MAKEFLAGS) $(CHANGELOGS)


dist-hook: changelogs dist-hook: changelogs
Expand All @@ -46,7 +45,7 @@ $(srcdir)/ChangeLog:
echo A git checkout is required to generate this file >> $@); \ echo A git checkout is required to generate this file >> $@); \
fi fi


DISTCLEANFILES += ChangeLog.cache-* ChangeLog.pre-git-import DISTCLEANFILES += ChangeLog.cache-*


ChangeLog.cache-*..: .git ChangeLog.cache-*..: .git


Expand Down

0 comments on commit 86d96db

Please sign in to comment.