From: RĂ©mi Denis-Courmont Date: Mon, 31 Mar 2008 15:53:43 +0000 (+0300) Subject: Revert "Copy the changelogs if they exist instead of generating them with git" X-Git-Tag: 0.9.0-test0~1652 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5badb86c83991e06655f2b773d526373a71bca53;p=vlc Revert "Copy the changelogs if they exist instead of generating them with git" This reverts commit 70f620e7f94eb02fc6f5eda47599ae5354c12483. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 036a61c613..6c1989e3ec 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -50,15 +50,11 @@ EXTRA_DIST = \ DISTCLEANFILES = $(CHANGELOGS) $(CHANGELOGS): Makefile.am - if test -f "$(top_srcdir)/doc/$@"; then \ - cp "$(top_srcdir)/doc/$@" "$@" ; \ - else \ - y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \ - git --git-dir=$(top_srcdir)/.git log \ - --since="$$y-01-01" \ - --until="$$y-12-31 23:00:00 -0100" \ - > "$@" ; \ - fi + y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \ + git --git-dir=$(top_srcdir)/.git log\ + --since="$$y-01-01" \ + --until="$$y-12-31 23:00:00 -0100" \ + > "$@" # This one needs to be rebuilt all the time :) .PHONY: ChangeLog-2008