[vlc-devel] commit: Move the Changelogs to maintainer-clean. (Christophe Mutricy )
git version control
git at videolan.org
Wed May 20 18:53:47 CEST 2009
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sat May 16 18:01:04 2009 +0100| [b4ad7729330f9b1c3bc80527af7f79225bc18e45] | committer: Christophe Mutricy
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
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b4ad7729330f9b1c3bc80527af7f79225bc18e45
---
Makefile.am | 3 ++-
doc/Makefile.am | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 4224ba7..398a5ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3f69c3b..3bd6fdb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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)/$@
More information about the vlc-devel
mailing list