From: Martin Mares Date: Mon, 29 Oct 2007 19:54:22 +0000 (+0100) Subject: Upraveny uploadovaci skriptiky, aby generovaly changelog od tistene verze. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ab1d1433afea4db17aaaeb42e37c4523e1241673;p=ga.git Upraveny uploadovaci skriptiky, aby generovaly changelog od tistene verze. --- diff --git a/all/Makefile b/all/Makefile index 4692653..0f930d5 100644 --- a/all/Makefile +++ b/all/Makefile @@ -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