[vlc-devel] commit: Fix changelog generation (Christophe Mutricy )
git version control
git at videolan.org
Tue May 13 20:55:20 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue May 13 19:56:33 2008 +0100| [7b12ac8c3cfbb95f2091775a414c5898edad335f]
Fix changelog generation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7b12ac8c3cfbb95f2091775a414c5898edad335f
---
doc/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fc817df..1047502 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -51,7 +51,7 @@ DISTCLEANFILES = $(CHANGELOGS)
$(CHANGELOGS): Makefile.am
if test -d "$(top_srcdir)/.git"; then \
- y="$@"; y="$${y##ChangeLog-}" ;
+ y="$@"; y="$${y##ChangeLog-}" ; \
git --git-dir="$(top_srcdir)/.git" log \
--since="$$y-01-01" \
--until="$$y-12-31 23:00:00 -0100" \
More information about the vlc-devel
mailing list