[vlc-devel] commit: Clean changelogs, but not too often ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Mar 31 16:41:10 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Mar 31 17:41:42 2008 +0300| [c432ea068eb385e5e48605049fbe8b23f40445da]
Clean changelogs, but not too often
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c432ea068eb385e5e48605049fbe8b23f40445da
---
Makefile.am | 2 +-
doc/Makefile.am | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index ba59632..f440cc3 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 9eacd81..5f8eed6 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 \
More information about the vlc-devel
mailing list