From b7e891d77ede5231309a041273366fb471021850 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 22 Dec 2013 00:57:06 -0500 Subject: [PATCH] AUTHORS, NEWS, and ChangeLog may now be built independently --- Makefile.am | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5805bd1..3cfb593 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,15 +97,19 @@ else endif # generate the familiar files that automake normally checks for -dist-hook: - $(path_tools)/gitlog-to-authors > $(distdir)/AUTHORS - $(path_tools)/gitlog-to-news > $(distdir)/NEWS +dist-hook: AUTHORS NEWS ChangeLog + cp $? $(distdir) +AUTHORS: + $(path_tools)/gitlog-to-authors > AUTHORS +NEWS: + $(path_tools)/gitlog-to-news > NEWS +ChangeLog: $(path_tools)/gitlog-to-changelog \ --strip-cherry-pick \ --format=%s \ -- \ --no-merges \ - > $(distdir)/ChangeLog + > ChangeLog clean-local: -rm -rf "$(path_build)"