Build pdf version of the manual.
This commit is contained in:
parent
4847515e8b
commit
5b034571f4
|
@ -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 \
|
TEX= front.tex intro.tex procnotation.tex syscalls.tex network.tex \
|
||||||
strings.tex awk.tex miscprocs.tex running.tex
|
strings.tex awk.tex miscprocs.tex running.tex
|
||||||
|
@ -14,6 +14,10 @@ man.ind: man.idx
|
||||||
latex $<
|
latex $<
|
||||||
rm $*.log
|
rm $*.log
|
||||||
|
|
||||||
|
.tex.pdf:
|
||||||
|
pdflatex $<
|
||||||
|
rm $*.log
|
||||||
|
|
||||||
.idx.ind:
|
.idx.ind:
|
||||||
makeindex $<
|
makeindex $<
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue