Skip to content
Snippets Groups Projects
Commit 87c8d9dd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

Fix changelog distribution

parent eb5e7fb4
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment