comparison Makefile @ 489:a95af5a59990

Exercises online
author Adam Chlipala <adam@chlipala.net>
date Tue, 08 Jan 2013 15:48:32 -0500
parents 39c204d2262c
children 929c12a95b87
comparison
equal deleted inserted replaced
488:31258618ef73 489:a95af5a59990
50 ocaml tools/make_template.ml <$< >$@ 50 ocaml tools/make_template.ml <$< >$@
51 51
52 cpdt.tgz: 52 cpdt.tgz:
53 hg archive -t tgz $@ 53 hg archive -t tgz $@
54 54
55 install: cpdt.tgz latex/cpdt.pdf html 55 install: cpdt.tgz latex/cpdt.pdf latex/exercises.pdf html
56 cp cpdt.tgz staging/ 56 cp cpdt.tgz staging/
57 cp latex/cpdt.pdf staging/ 57 cp latex/cpdt.pdf staging/
58 cp latex/exercises.pdf staging/ex/
58 cp -R html staging/ 59 cp -R html staging/
59 rsync -az --exclude '*~' staging/* chlipala.net:sites/chlipala/adam/cpdt/ 60 rsync -az --exclude '*~' staging/* chlipala.net:sites/chlipala/adam/cpdt/
60 61
61 pdf: 62 pdf:
62 evince latex/cpdt.pdf& 63 evince latex/cpdt.pdf&