Move the Changelogs to maintainer-clean.

As they need git to be generated, you don't want them to disappear when you do make distclean in sources extracted from the tarball
This commit is contained in:
Christophe Mutricy 2009-05-16 18:01:04 +01:00
parent 4fbb48fa68
commit b4ad772933
2 changed files with 4 additions and 2 deletions

View File

@ -313,7 +313,8 @@ vlc-config.in: vlc-config.in.in
touch $@
CLEANFILES = $(BUILT_SOURCES_clean)
DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile ChangeLog
DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
MAINTAINERCLEANFILES = ChangeLog
# Shortcut for developpers to rebuild the core (libvlc + vlc)
# Don't use it if you don't know what it is about.

View File

@ -51,7 +51,8 @@ EXTRA_DIST = \
demo.sh \
$(NULL)
DISTCLEANFILES = $(CHANGELOGS) Doxyfile
DISTCLEANFILES = Doxyfile
MAINTAINERCLEANFILES = $(CHANGELOGS)
Doxyfile: Doxyfile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status --file=$(subdir)/$@