/[storm]/storm/Makefile
ViewVC logotype

Diff of /storm/Makefile

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

revision 1.21 by humppake, Tue May 27 07:55:23 2003 UTC revision 1.22 by humppake, Fri Jun 13 12:00:53 2003 UTC
# Line 69  java-doc: Line 69  java-doc:
69          javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)          javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)
70  ##########################################################################  ##########################################################################
71  # Navidoc documentation targets  # Navidoc documentation targets
72  navidoc: # Compiles ReST into HTML  navidoc: # Compiles reST into HTML
73          make -C "../navidoc/" html RST="../storm/doc/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/doc/"
74    
75  navilink: # Bi-directional linking using imagemaps  navilink: # Bi-directional linking using imagemaps
76          make -C "../navidoc/" imagemap HTML="../storm/doc/"          make -C "../navidoc/" imagemap HTML="../storm/doc/"
77    
78    naviloop: # Compiles, links, loops
79            make -C "../navidoc/" html-loop DBG="--imagemap $(DBG)" RST="../storm/$(RST)"
80    
81  peg: # Creates a new PEG, uses python for quick use  peg: # Creates a new PEG, uses python for quick use
82          make -C "../navidoc/" new-peg PEGDIR="../storm/doc/pegboard"          make -C "../navidoc/" new-peg PEGDIR="../storm/doc/pegboard"
83    
84  pegs:   # Compiles only pegboard  pegs:   # Compiles only pegboard
85          make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/doc/pegboard/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/doc/pegboard/"
86    
87  html: # Compiles ReST into HTML, directories are processed recursively  html: # Compiles reST into HTML, directories are processed recursively
88          make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/$(RST)"          make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/$(RST)"
89    
90  html-loop: # Loop version for quick recompiling  html-loop: # Loop version for quick recompiling
91          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../storm/$(RST)"          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../storm/$(RST)"
92    
93  latex: # Compiles ReST into LaTeX, directories are processed recursively  latex: # Compiles reST into LaTeX, directories are processed recursively
94          make -C "../navidoc/" latex DBG="$(DBG)" RST="../storm/$(RST)"          make -C "../navidoc/" latex DBG="$(DBG)" RST="../storm/$(RST)"
95    
96  latex-loop: # Loop version for quick recompiling  latex-loop: # Loop version for quick recompiling

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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