Changeset 5ab3b81401389f1834b9957eaa9b715a94833046

Show
Ignore:
Timestamp:
05/12/08 19:21:05 (2 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1210612865 +0300
git-parent:

[f5f7c36c4351a71129e4d2f6e6a1d03823387713]

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

No need for sed here

Files:

Legend:

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

    r16402c2 r5ab3b81  
    5252$(CHANGELOGS): Makefile.am 
    5353    if test -d "$(top_srcdir)/.git"; then \ 
    54         y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \ 
     54        y="$@"; y="$${y##ChangeLog-}" ; 
    5555        git --git-dir="$(top_srcdir)/.git" log \ 
    5656            --since="$$y-01-01" \