]> mj.ucw.cz Git - ga.git/commitdiff
Makefile: Changelog zrusen, misto nej pouzijeme Gitweb
authorMartin Mares <mj@ucw.cz>
Tue, 26 Oct 2010 20:13:36 +0000 (22:13 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 26 Oct 2010 20:13:36 +0000 (22:13 +0200)
all/Makefile

index 4502c2b16fff62d761e15bbda4f5e75304ea1993..b8a4cf77de04aff0375a0684aef1ca46238142ff 100644 (file)
@@ -1,7 +1,7 @@
 P=ga
 X=$(shell for a in 0 1 2 3 4 5 6 7 8 9 10 11 12 ; do echo ../$$a-*/$$a-*.tex ; done)
 
-universe: all ChangeLog
+universe: all
 
 CUSTOM_UPLOAD=1
 include ../Makerules
@@ -11,15 +11,11 @@ ga.dvi: ga.tex body.tex
 body.tex: $(X) preprocess
        ./preprocess $(X) >$@
 
-ChangeLog:
-       git log -C --pretty=medium --since='may 2007' --stat | grep -v '^---' >ChangeLog
-
 clean::
-       rm -f body.tex ChangeLog
+       rm -f body.tex
 
 upload::
        make $P.pdf
        scp -C $P.pdf jabberwock:www/vyuka/ga/
        ( cd .. && make clean )
 # ( cd ../.. && tar czf - --exclude .git ga ) | ssh jabberwock 'cd www/vyuka/ga/ && cat >ga.tar.gz.new && mv ga.tar.gz.new ga.tar.gz'
-       make ChangeLog && cat ChangeLog | ssh jabberwock 'cd www/vyuka/ga && cat >ChangeLog.new && mv ChangeLog.new ChangeLog'