From: Martin Mares Date: Tue, 26 Oct 2010 20:13:36 +0000 (+0200) Subject: Makefile: Changelog zrusen, misto nej pouzijeme Gitweb X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2ee41ecf46923fe9299c7b9b4b2fc9604f15cffa;p=ga.git Makefile: Changelog zrusen, misto nej pouzijeme Gitweb --- diff --git a/all/Makefile b/all/Makefile index 4502c2b..b8a4cf7 100644 --- a/all/Makefile +++ b/all/Makefile @@ -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'