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 = \
ChangeLog: Makefile.am
rm -f -- "$@"
cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
ln -sf doc/ChangeLog-2008 "$@"
###############################################################################
......
......@@ -59,7 +59,9 @@ $(CHANGELOGS): Makefile.am
fi
# This one needs to be rebuilt all the time :)
.PHONY: ChangeLog-2008
#
.PHONY: ChangeLog-2008 changelogs
changelogs: $(CHANGELOGS)
#distclean-hook:
# 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