From: RĂ©mi Denis-Courmont Date: Mon, 31 Mar 2008 14:41:42 +0000 (+0300) Subject: Clean changelogs, but not too often X-Git-Tag: 0.9.0-test0~1657 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c432ea068eb385e5e48605049fbe8b23f40445da;p=vlc Clean changelogs, but not too often --- diff --git a/Makefile.am b/Makefile.am index ba59632785..f440cc300a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -242,7 +242,7 @@ vlc-config.in: vlc-config.in.in touch $@ CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin -DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile +DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile ChangeLog # Shortcut for developpers to rebuild the core (libvlc + vlc) # Don't use it if you don't know what it is about. diff --git a/doc/Makefile.am b/doc/Makefile.am index 9eacd81cb9..5f8eed6289 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -47,6 +47,8 @@ EXTRA_DIST = \ demo.sh \ $(NULL) +DISTCLEANFILES = $(CHANGELOGS) + $(CHANGELOGS): Makefile.am y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \ git-log \