1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00

Revert "Copy the changelogs if they exist instead of generating them with git"

This reverts commit 70f620e7f94eb02fc6f5eda47599ae5354c12483.
This commit is contained in:
Rémi Denis-Courmont 2008-03-31 18:53:43 +03:00
parent 7b94d2ff3f
commit 5badb86c83

View File

@ -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