/[storm]/storm/Makefile
ViewVC logotype

Diff of /storm/Makefile

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

revision 1.14 by tuukkah, Fri Apr 25 12:45:09 2003 UTC revision 1.15 by humppake, Mon Apr 28 09:10:10 2003 UTC
# Line 68  peg: # Creates a new PEG, uses python fo Line 68  peg: # Creates a new PEG, uses python fo
68          make -C "../navidoc/" new-peg PEGDIR="../storm/doc/pegboard"          make -C "../navidoc/" new-peg PEGDIR="../storm/doc/pegboard"
69    
70  pegs:   # Compiles only pegboard  pegs:   # Compiles only pegboard
71          make -C "../navidoc/" html $(DBG) RST="../storm/doc/pegboard/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/doc/pegboard/"
72    
73  html: # Compiles ReST into HTML, directories are processed recursively  html: # Compiles ReST into HTML, directories are processed recursively
74          make -C "../navidoc/" html $(DBG) RST="../storm/$(RST)"          make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/$(RST)"
75    
76  html-loop: # Loop version for quick recompiling  html-loop: # Loop version for quick recompiling
77          make -C "../navidoc/" html-loop $(DBG) RST="../storm/$(RST)"          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../storm/$(RST)"
78    
79  latex: # Compiles ReST into LaTeX, directories are processed recursively  latex: # Compiles ReST into LaTeX, directories are processed recursively
80          make -C "../navidoc/" latex $(DBG) RST="../storm/$(RST)"          make -C "../navidoc/" latex DBG="$(DBG)" RST="../storm/$(RST)"
81    
82  latex-loop: # Loop version for quick recompiling  latex-loop: # Loop version for quick recompiling
83          make -C "../navidoc/" latex-loop $(DBG) RST="../storm/$(RST)"          make -C "../navidoc/" latex-loop DBG="$(DBG)" RST="../storm/$(RST)"

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