diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-01-11 23:08:37 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-01-11 23:08:37 +0100 |
commit | d76a92e9827019b7c86527f7c596f31625aa3211 (patch) | |
tree | 98e3e7f7efba30b9921f89a2b7ff5975f2218a2a /ChangeLog | |
parent | 7ce40eda0bea5f6354927c24fb7084e92bd691ea (diff) |
Generate ChangeLog on "make dist".
* build-aux/gitlog-to-changelog: New file.
* Makefile.am (dist-hook): Add gen-ChangeLog target.
* README.org (Hacking): Mention Perl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..196918d --- /dev/null +++ b/ChangeLog @@ -0,0 +1,4 @@ +Normally a ChangeLog is generated at "make dist" time and available in +source tarballs. + +If not, see the Git commit log at <https://git.sv.gnu.org/cgit/guile-debbugs.git/>. |