diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-12 16:14:25 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-12 16:35:17 +0200 |
commit | e793178adbd7d0d2202c0ab4bc6a9fec1df8851f (patch) | |
tree | 2fbb198e81d602c082802b8bb231d9aaee367424 /ChangeLog | |
parent | c0cd1b3ea7753fe2826f7a336019000df9dea96f (diff) | |
download | patches-e793178adbd7d0d2202c0ab4bc6a9fec1df8851f.tar patches-e793178adbd7d0d2202c0ab4bc6a9fec1df8851f.tar.gz |
build: Generate a ChangeLog file upon "make dist".
* Makefile.am (sync-synopses): New rule, formerly `dist-hook.
(gen-ChangeLog): New rule.
(dist-hook): Depend on these two targets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1 +1,4 @@ -Please see the Git commit log at <https://gitorious.org/guix>. +Normally a ChangeLog is generated at "make dist" time and available in +source tarballs. + +If not, see the Git commit log at <http://git.sv.gnu.org/cgit/guix.git/>. |