]> mj.ucw.cz Git - ga.git/blob - all/Makefile
Added lots of references, expect more soon.
[ga.git] / all / Makefile
1 P=ga
2 X=$(shell for a in 1 2 3 4 5 6 7 8 9 10 ; do echo ../$$a-*/$$a-*.tex ; done)
3
4 include ../Makerules
5
6 ga.dvi: ga.tex body.tex
7
8 body.tex: $(X) preprocess
9         ./preprocess $(X) >$@
10
11 clean::
12         rm -f body.tex
13
14 upload::
15         ( cd .. && make clean )
16         ( 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'