From: Martin Mares Date: Tue, 26 Oct 2010 19:58:27 +0000 (+0200) Subject: Makefile: Opraveno volani Gitu (git log je uz potreba psat zvlast) X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6b940cddceabf719001ea15cd4f16e72694fea2e;p=ga.git Makefile: Opraveno volani Gitu (git log je uz potreba psat zvlast) --- diff --git a/all/Makefile b/all/Makefile index 0abe4c8..4502c2b 100644 --- a/all/Makefile +++ b/all/Makefile @@ -12,7 +12,7 @@ body.tex: $(X) preprocess ./preprocess $(X) >$@ ChangeLog: - git-log -C --pretty=medium --since='may 2007' --stat | grep -v '^---' >ChangeLog + git log -C --pretty=medium --since='may 2007' --stat | grep -v '^---' >ChangeLog clean:: rm -f body.tex ChangeLog