Horrors2/Makefile

14 lines
279 B
Makefile
Raw Normal View History

2009-07-14 16:49:13 -06:00
SUPPORT = chapauth.sty praise.tex
STORIES = stories/*.tex
2009-07-13 23:22:44 -06:00
ART = art/*
2009-07-09 01:03:38 -06:00
2009-07-13 23:22:44 -06:00
horrors2.pdf: horrors2.ltx $(SUPPORT) $(STORIES) $(ART)
2009-07-09 01:03:38 -06:00
pdflatex $<
pdflatex $<
2009-07-09 14:45:49 -06:00
publish: horrors2.pdf
cp horrors2.pdf horrors2.$(shell TZ=UTC date "+%Y-%m-%dT%H:%M:%SZ").pdf
clean:
rm -f *aux *dvi *log