]> git.sesse.net Git - vlc/commitdiff
Move the Changelogs to maintainer-clean.
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 16 May 2009 17:01:04 +0000 (18:01 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 17 May 2009 23:00:53 +0000 (00:00 +0100)
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

Makefile.am
doc/Makefile.am

index 4224ba7a2ada87592c26685ccca7a959eeff288f..398a5efc5ddcd10c71a6cf2b90ce4d32ce7194a7 100644 (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.
index 3f69c3b2a1a5e58ed2be9bc5a080aa315a060226..3bd6fdbd3ea0bb241697096e68656e20a5b03d67 100644 (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)/$@