summaryrefslogtreecommitdiff
path: root/info/impatient/cn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'info/impatient/cn/Makefile')
-rw-r--r--info/impatient/cn/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/info/impatient/cn/Makefile b/info/impatient/cn/Makefile
new file mode 100644
index 0000000000..63c0d7841c
--- /dev/null
+++ b/info/impatient/cn/Makefile
@@ -0,0 +1,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