Commit df01ece2 authored by Christophe Mutricy's avatar Christophe Mutricy

Changelogs: we are in 2009

parent f2ab0091
...@@ -86,7 +86,7 @@ AUTOMAKE_OPTIONS = \ ...@@ -86,7 +86,7 @@ AUTOMAKE_OPTIONS = \
ChangeLog: Makefile.am ChangeLog: Makefile.am
rm -f -- "$@" rm -f -- "$@"
cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
ln -sf doc/ChangeLog-2008 "$@" ln -sf doc/ChangeLog-2009 "$@"
############################################################################### ###############################################################################
# MacOS X project # MacOS X project
......
...@@ -18,6 +18,7 @@ CHANGELOGS = \ ...@@ -18,6 +18,7 @@ CHANGELOGS = \
ChangeLog-2006 \ ChangeLog-2006 \
ChangeLog-2007 \ ChangeLog-2007 \
ChangeLog-2008 \ ChangeLog-2008 \
ChangeLog-2009 \
$(NULL) $(NULL)
man1_MANS = \ man1_MANS = \
...@@ -68,7 +69,7 @@ $(CHANGELOGS): Makefile.am ...@@ -68,7 +69,7 @@ $(CHANGELOGS): Makefile.am
fi fi
# This one needs to be rebuilt all the time :) # This one needs to be rebuilt all the time :)
.PHONY: ChangeLog-2008 changelogs doc .PHONY: ChangeLog-2009 changelogs doc
changelogs: $(CHANGELOGS) changelogs: $(CHANGELOGS)
......
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