summaryrefslogtreecommitdiff
path: root/info/impatient/cn/Makefile
blob: 63c0d7841ce4c74330379dc1d2ee3c7015e3181c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# public domain
all: book.dvi book.pdf #book.html

book.dvi: fdl.tex preface.tex
	tex '\nonstopmode\input book'
book.pdf: fdl.tex preface.tex
	pdftex '\nonstopmode\input book'
book.html:
	httex book.tex

dist: all
	rm -f x.tex
	tar czf impatient.tgz Makefile README *.icn \
	        *.tex book.aux book.idx book.toc book.ccs book.sdx \
		book.dvi book.pdf