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

Fix changelog distribution

parent eb5e7fb4
...@@ -69,6 +69,7 @@ AUTOMAKE_OPTIONS = \ ...@@ -69,6 +69,7 @@ AUTOMAKE_OPTIONS = \
ChangeLog: Makefile.am ChangeLog: Makefile.am
rm -f -- "$@" rm -f -- "$@"
cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
ln -sf doc/ChangeLog-2008 "$@" ln -sf doc/ChangeLog-2008 "$@"
############################################################################### ###############################################################################
......
...@@ -59,7 +59,9 @@ $(CHANGELOGS): Makefile.am ...@@ -59,7 +59,9 @@ $(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 .PHONY: ChangeLog-2008 changelogs
#
changelogs: $(CHANGELOGS)
#distclean-hook: #distclean-hook:
# test "$(srcdir)" = "$(builddir)" || rm -f -- $(CHANGELOGS) # test "$(srcdir)" = "$(builddir)" || rm -f -- $(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