From 5b034571f451fe9aeabd63d16439704160288765 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Sun, 21 Apr 2002 17:32:03 +0000 Subject: [PATCH] Build pdf version of the manual. --- doc/scsh-manual/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/scsh-manual/Makefile b/doc/scsh-manual/Makefile index c67d7bc..d192e6d 100644 --- a/doc/scsh-manual/Makefile +++ b/doc/scsh-manual/Makefile @@ -1,4 +1,4 @@ -.SUFFIXES: .idx .ind .tex .dvi .ps $(.SUFFIXES) +.SUFFIXES: .idx .ind .tex .dvi .ps .pdf $(.SUFFIXES) TEX= front.tex intro.tex procnotation.tex syscalls.tex network.tex \ strings.tex awk.tex miscprocs.tex running.tex @@ -14,6 +14,10 @@ man.ind: man.idx latex $< rm $*.log +.tex.pdf: + pdflatex $< + rm $*.log + .idx.ind: makeindex $<