]> mj.ucw.cz Git - ga.git/commitdiff
Upraveny uploadovaci skriptiky, aby generovaly changelog od tistene verze.
authorMartin Mares <mj@ucw.cz>
Mon, 29 Oct 2007 19:54:22 +0000 (20:54 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 29 Oct 2007 19:54:22 +0000 (20:54 +0100)
all/Makefile

index 4692653944a933e9870974cfa602988780776828..0f930d5145120ff3259ae65eb71e383eb6483701 100644 (file)
@@ -12,7 +12,7 @@ body.tex: $(X) preprocess
        ./preprocess $(X) >$@
 
 ChangeLog:
-       git-log -C --pretty=medium --since='4 weeks ago' --stat | grep -v '^---' >ChangeLog
+       git-log -C --pretty=medium --since='may 2007' --stat | grep -v '^---' >ChangeLog
 
 clean::
        rm -f body.tex ChangeLog