From 2ee41ecf46923fe9299c7b9b4b2fc9604f15cffa Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 26 Oct 2010 22:13:36 +0200 Subject: [PATCH] Makefile: Changelog zrusen, misto nej pouzijeme Gitweb --- all/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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' -- 2.39.2