Commit 70eec12e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Rafaël Carré

Automate ChangeLog-2008 too

(needs to check make distclean now)
(cherry picked from commit ce52ce2e)
parent 3d8f5b43
...@@ -47,6 +47,10 @@ endif ...@@ -47,6 +47,10 @@ endif
# Tell aclocal to use -I m4. Wonder if it really works. # Tell aclocal to use -I m4. Wonder if it really works.
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
ChangeLog: Makefile.am
rm -f -- "$@"
ln -sf doc/ChangeLog-2008 "$@"
############################################################################### ###############################################################################
# MacOS X project # MacOS X project
############################################################################### ###############################################################################
......
...@@ -19,6 +19,7 @@ CHANGELOGS = \ ...@@ -19,6 +19,7 @@ CHANGELOGS = \
ChangeLog-2005 \ ChangeLog-2005 \
ChangeLog-2006 \ ChangeLog-2006 \
ChangeLog-2007 \ ChangeLog-2007 \
ChangeLog-2008 \
$(NULL) $(NULL)
EXTRA_DIST = \ EXTRA_DIST = \
...@@ -53,3 +54,5 @@ $(CHANGELOGS): Makefile.am ...@@ -53,3 +54,5 @@ $(CHANGELOGS): Makefile.am
--until="$$y-12-31 23:00:00 -0100" \ --until="$$y-12-31 23:00:00 -0100" \
> "$@" > "$@"
# This one needs to be rebuilt all the time :)
.PHONY: ChangeLog-2008
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment