Changeset 5badb86c83991e06655f2b773d526373a71bca53

Show
Ignore:
Timestamp:
03/31/08 17:53:43 (4 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1206978823 +0300
git-parent:

[7b94d2ff3f5ac50d96673ac578856ec4cf762c47]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1206978823 +0300
Message:

Revert "Copy the changelogs if they exist instead of generating them with git"

This reverts commit 70f620e7f94eb02fc6f5eda47599ae5354c12483.

Files:

Legend:

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

    r7b94d2f r5badb86  
    5151 
    5252$(CHANGELOGS): Makefile.am 
    53     if test -f "$(top_srcdir)/doc/$@"; then \ 
    54         cp "$(top_srcdir)/doc/$@" "$@" ; \ 
    55     else \ 
    56         y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \ 
    57         git --git-dir=$(top_srcdir)/.git log \ 
    58             --since="$$y-01-01" \ 
    59             --until="$$y-12-31 23:00:00 -0100" \ 
    60             > "$@" ; \ 
    61     fi 
     53    y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \ 
     54    git --git-dir=$(top_srcdir)/.git log\ 
     55        --since="$$y-01-01" \ 
     56        --until="$$y-12-31 23:00:00 -0100" \ 
     57        > "$@" 
    6258 
    6359# This one needs to be rebuilt all the time :)