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 \
 | ||||
| 	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 $< | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 mainzelm
						mainzelm