[vlc-devel] commit: Clean changelogs, but not too often ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Mar 31 17:45:30 CEST 2008
vlc | branch: 0.8.6-bugfix | Rémi Denis-Courmont <rem at videolan.org> | Mon Mar 31 17:41:42 2008 +0300| [0ace505bd4fb50ba3b0cff6ff09020e2dc9673ba]
Clean changelogs, but not too often
(cherry picked from commit c432ea068eb385e5e48605049fbe8b23f40445da)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ace505bd4fb50ba3b0cff6ff09020e2dc9673ba
---
Makefile.am | 2 +-
doc/Makefile.am | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 4f3d3b4..90f27c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -251,7 +251,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
###############################################################################
# Building vlc
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