Commit ce52ce2e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Automate ChangeLog-2008 too

(needs to check make distclean now)
parent a24214d3
...@@ -49,6 +49,10 @@ AUTOMAKE_OPTIONS = \ ...@@ -49,6 +49,10 @@ AUTOMAKE_OPTIONS = \
no-dist-gzip no-dist-gzip
# std-options # std-options
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