AUTHORS, NEWS, and ChangeLog will now always rebuild
parent
897b68e3e0
commit
d6c522d16a
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue