diff --git a/Makefile.am b/Makefile.am index 72b3030..91b6836 100644 --- a/Makefile.am +++ b/Makefile.am @@ -131,11 +131,11 @@ endif # generate the familiar files that automake normally checks for dist-hook: AUTHORS NEWS ChangeLog cp $? $(distdir) -AUTHORS: +AUTHORS: FORCE $(path_tools)/gitlog-to-authors > AUTHORS -NEWS: +NEWS: FORCE $(path_tools)/gitlog-to-news > NEWS -ChangeLog: +ChangeLog: FORCE $(path_tools)/gitlog-to-changelog \ --strip-cherry-pick \ --format=%s \