From 5badb86c83991e06655f2b773d526373a71bca53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 31 Mar 2008 18:53:43 +0300 Subject: [PATCH] Revert "Copy the changelogs if they exist instead of generating them with git" This reverts commit 70f620e7f94eb02fc6f5eda47599ae5354c12483. --- doc/Makefile.am | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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 -- 2.39.2