diff options
Diffstat (limited to 'Master/texmf-dist/doc/plain/impatient/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/plain/impatient/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/plain/impatient/Makefile b/Master/texmf-dist/doc/plain/impatient/Makefile new file mode 100644 index 00000000000..63c0d7841ce --- /dev/null +++ b/Master/texmf-dist/doc/plain/impatient/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 |