1
0
Fork 0

AUTHORS, NEWS, and ChangeLog will now always rebuild

perfodd
Mike Gerwitz 2013-12-22 22:50:57 -05:00
parent 897b68e3e0
commit d6c522d16a
1 changed files with 3 additions and 3 deletions

View File

@ -131,11 +131,11 @@ endif
# generate the familiar files that automake normally checks for # generate the familiar files that automake normally checks for
dist-hook: AUTHORS NEWS ChangeLog dist-hook: AUTHORS NEWS ChangeLog
cp $? $(distdir) cp $? $(distdir)
AUTHORS: AUTHORS: FORCE
$(path_tools)/gitlog-to-authors > AUTHORS $(path_tools)/gitlog-to-authors > AUTHORS
NEWS: NEWS: FORCE
$(path_tools)/gitlog-to-news > NEWS $(path_tools)/gitlog-to-news > NEWS
ChangeLog: ChangeLog: FORCE
$(path_tools)/gitlog-to-changelog \ $(path_tools)/gitlog-to-changelog \
--strip-cherry-pick \ --strip-cherry-pick \
--format=%s \ --format=%s \