/[callgl]/callgl/Makefile
ViewVC logotype

Diff of /callgl/Makefile

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

revision 1.5 by humppake, Fri Apr 25 11:29:32 2003 UTC revision 1.6 by humppake, Sun May 4 11:00:12 2003 UTC
# Line 54  peg: # Creates a new PEG, uses python fo Line 54  peg: # Creates a new PEG, uses python fo
54          make -C "../navidoc/" new-peg PEGDIR="../callgl/doc/pegboard"          make -C "../navidoc/" new-peg PEGDIR="../callgl/doc/pegboard"
55    
56  pegs:   # Compiles only pegboard  pegs:   # Compiles only pegboard
57          make -C "../navidoc/" html $(DBG) RST="../callgl/doc/pegboard/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/doc/pegboard/"
58    
59  html: # Compiles ReST into HTML, directories are processed recursively  html: # Compiles ReST into HTML, directories are processed recursively
60          make -C "../navidoc/" html $(DBG) RST="../callgl/$(RST)"          make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/$(RST)"
61    
62  html-loop: # Loop version for quick recompiling  html-loop: # Loop version for quick recompiling
63          make -C "../navidoc/" html-loop $(DBG) RST="../callgl/$(RST)"          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../callgl/$(RST)"
64    
65  latex: # Compiles ReST into LaTeX, directories are processed recursively  latex: # Compiles ReST into LaTeX, directories are processed recursively
66          make -C "../navidoc/" latex $(DBG) RST="../callgl/$(RST)"          make -C "../navidoc/" latex DBG="$(DBG)" RST="../callgl/$(RST)"
67    
68  latex-loop: # Loop version for quick recompiling  latex-loop: # Loop version for quick recompiling
69          make -C "../navidoc/" latex-loop $(DBG) RST="../callgl/$(RST)"          make -C "../navidoc/" latex-loop DBG="$(DBG)" RST="../callgl/$(RST)"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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