]> git.sesse.net Git - vlc/commitdiff
Fix changelog generation
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 13 May 2008 18:56:33 +0000 (19:56 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 13 May 2008 18:56:33 +0000 (19:56 +0100)
doc/Makefile.am

index fc817df856e39578379897e4808d66fca441348b..1047502f1a1b3878af38fdbe0084f193deeb7259 100644 (file)
@@ -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" \