Build pdf version of the manual.

This commit is contained in:
mainzelm 2002-04-21 17:32:03 +00:00
parent 4847515e8b
commit 5b034571f4
1 changed files with 5 additions and 1 deletions

View File

@ -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 $<