 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
|
 Revision Graph
|  Patch
 Patch
| revision 1.7 by cnh, Mon Nov 19 18:26:46 2001 UTC | revision 1.8 by cnh, Tue Dec 11 21:23:21 2001 UTC | |
|---|---|---|
| # | Line 9 all: | Line 9 all: | 
| 9 | make tex | make tex | 
| 10 | ||
| 11 | tex: | tex: | 
| 12 | latex manual | TEXINPUTS=.:::texinputs latex manual | 
| 13 | bibtex manual | bibtex manual | 
| 14 | latex manual | TEXINPUTS=.:::texinputs latex manual | 
| 15 | latex manual | tee warnings | TEXINPUTS=.:::texinputs latex manual | tee warnings | 
| 16 | # TEXINPUTS=.:::texinputs latex manual | |
| 17 | ps: manual.ps | ps: manual.ps | 
| 18 | pdf: manual.pdf | pdf: manual.pdf | 
| 19 | 
| 
 | ||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |