Distribute a ChangeLog stub for the first release.

* Makefile.am (gen-ChangeLog): Do not generate the ChangeLog from Git.
This commit is contained in:
Timothy Sample 2019-05-24 12:51:42 -04:00
parent 925903c477
commit fe42975cc2
1 changed files with 5 additions and 1 deletions

View File

@ -384,8 +384,12 @@ dist-hook: gen-ChangeLog
.PHONY: gen-ChangeLog
gen-ChangeLog:
$(top_srcdir)/build-aux/gitlog-to-changelog \
echo "This is the first release, so there are no changes yet!" \
> $(distdir)/ChangeLog-t
# Once we release a first version we can generate the ChangeLog from
# Git and have it only include changes since the first release.
# $(top_srcdir)/build-aux/gitlog-to-changelog \
# > $(distdir)/ChangeLog-t
rm -f $(distdir)/ChangeLog
mv $(distdir)/ChangeLog-t $(distdir)/ChangeLog