[vlc-devel] commit: Fix git calling out of the source tree ( Rafaël Carré )
git version control
git at videolan.org
Mon Mar 31 17:45:30 CEST 2008
vlc | branch: 0.8.6-bugfix | Rafaël Carré <funman at videolan.org> | Mon Mar 31 16:57:13 2008 +0200| [722517aa73b06487f43bee6cf6865fb85fbc2786]
Fix git calling out of the source tree
(cherry picked from commit 4f8151593d3afa773708963779fe252635e8ed25)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=722517aa73b06487f43bee6cf6865fb85fbc2786
---
doc/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5f8eed6..6c1989e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -51,7 +51,7 @@ DISTCLEANFILES = $(CHANGELOGS)
$(CHANGELOGS): Makefile.am
y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \
- git-log \
+ 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