]> git.draconx.ca Git - slotifier.git/commit
Generate ChangeLog from git at packaging time.
authorNick Bowler <nbowler@draconx.ca>
Sat, 13 Feb 2021 18:02:48 +0000 (13:02 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sat, 13 Feb 2021 18:02:48 +0000 (13:02 -0500)
commita8de6c1960d27f9990f4ee6c8b0db1299929d1d6
tree19868af61dafb77b0681af31c7636debc6c54288
parent41712dbd49b5919a7ffe58ce31d6fcbd6f41e4de
Generate ChangeLog from git at packaging time.

Import the gitlog-to-changelog script from gnulib and add rules to
generate an up-to-date changelog from the git history, if available,
when running 'make dist'.

The ChangeLog is otherwise taken from srcdir as usual, so that
modified versions can be prepared from a release tarball without
requiring the full git history.  In this scenario, the ChangeLog
would have to be manually edited.

In case the ChangeLog generation fails, a distcheck-hook is added to
hopefully catch issues before releasing tarballs with a broken
ChangeLog.
.gitignore
ChangeLog [new file with mode: 0644]
Makefile.am
gnulib
m4/gnulib-cache.m4