build: Put back ChangeLog.pre-git-import to unbreak distcheck
This commit is contained in:
parent
e8bd46b82b
commit
86d96dbcc1
@ -19,7 +19,6 @@ CHANGELOGS = ChangeLog \
|
||||
CLEANFILES += $(srcdir)/ChangeLog.cache-*
|
||||
|
||||
changelogs:
|
||||
@cp -f $(top_srcdir)/doc/ChangeLog.pre-git-import $(srcdir)
|
||||
@$(MAKE) $(AM_MAKEFLAGS) $(CHANGELOGS)
|
||||
|
||||
dist-hook: changelogs
|
||||
@ -46,7 +45,7 @@ $(srcdir)/ChangeLog:
|
||||
echo A git checkout is required to generate this file >> $@); \
|
||||
fi
|
||||
|
||||
DISTCLEANFILES += ChangeLog.cache-* ChangeLog.pre-git-import
|
||||
DISTCLEANFILES += ChangeLog.cache-*
|
||||
|
||||
ChangeLog.cache-*..: .git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user