mirror of https://github.com/nealey/Horrors2
10 lines
138 B
Makefile
10 lines
138 B
Makefile
|
PAGES = page*.tex
|
||
|
|
||
|
horrors2.dvi: horrors2.ltx $(PAGES)
|
||
|
latex $<
|
||
|
latex $<
|
||
|
|
||
|
horrors2.pdf: horrors2.ltx $(PAGES)
|
||
|
pdflatex $<
|
||
|
pdflatex $<
|