/[fenfire]/fenfire/Makefile
ViewVC logotype

Diff of /fenfire/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by tjl, Sun Apr 27 08:05:31 2003 UTC revision 1.15 by humppake, Mon Apr 28 09:12:00 2003 UTC
# Line 79  peg: # Creates a new PEG, uses python fo Line 79  peg: # Creates a new PEG, uses python fo
79          make -C "../navidoc/" new-peg PEGDIR="../fenfire/docs/pegboard"          make -C "../navidoc/" new-peg PEGDIR="../fenfire/docs/pegboard"
80    
81  pegs:   # Compiles only pegboard  pegs:   # Compiles only pegboard
82          make -C "../navidoc/" html $(DBG) RST="../fenfire/docs/pegboard/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../fenfire/docs/pegboard/"
83    
84  html: # Compiles ReST into HTML, directories are processed recursively  html: # Compiles ReST into HTML, directories are processed recursively
85          make -C "../navidoc/" html $(DBG) RST="../fenfire/$(RST)"          make -C "../navidoc/" html DBG="$(DBG)" RST="../fenfire/$(RST)"
86    
87  html-loop: # Loop version for quick recompiling  html-loop: # Loop version for quick recompiling
88          make -C "../navidoc/" html-loop $(DBG) RST="../fenfire/$(RST)"          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../fenfire/$(RST)"
89    
90  latex: # Compiles ReST into LaTeX, directories are processed recursively  latex: # Compiles ReST into LaTeX, directories are processed recursively
91          make -C "../navidoc/" latex $(DBG) RST="../fenfire/$(RST)"          make -C "../navidoc/" latex DBG="$(DBG)" RST="../fenfire/$(RST)"
92    
93  latex-loop: # Loop version for quick recompiling  latex-loop: # Loop version for quick recompiling
94          make -C "../navidoc/" latex-loop $(DBG) RST="../fenfire/$(RST)"          make -C "../navidoc/" latex-loop DBG="$(DBG)" RST="../fenfire/$(RST)"
95    
96  ######  ######
97  # TAGS  # TAGS

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26