Changeset 4f8151593d3afa773708963779fe252635e8ed25

Show
Ignore:
Timestamp:
03/31/08 16:57:13 (5 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1206975433 +0200
git-parent:

[c432ea068eb385e5e48605049fbe8b23f40445da]

git-author:
Rafaël Carré <funman@videolan.org> 1206975433 +0200
Message:

Fix git calling out of the source tree

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/Makefile.am

    rc432ea0 r4f81515  
    5252$(CHANGELOGS): Makefile.am 
    5353    y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \ 
    54     git-log
     54    git --git-dir=$(top_srcdir)/.git log
    5555        --since="$$y-01-01" \ 
    5656        --until="$$y-12-31 23:00:00 -0100" \