/[libvob]/libvob/Makefile
ViewVC logotype

Diff of /libvob/Makefile

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

revision 1.40 by tjl, Wed Jun 11 17:48:38 2003 UTC revision 1.41 by humppake, Fri Jun 13 12:01:01 2003 UTC
# Line 130  java-doc: Line 130  java-doc:
130          javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)          javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)
131  ##########################################################################  ##########################################################################
132  # Navidoc documentation targets  # Navidoc documentation targets
133  navidoc: # Compiles ReST into HTML  navidoc: # Compiles reST into HTML
134          make -C "../navidoc/" html RST="../libvob/doc/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../libvob/doc/"
135    
136  navilink: # Bi-directional linking using imagemaps  navilink: # Bi-directional linking using imagemaps
137          make -C "../navidoc/" imagemap HTML="../libvob/doc/"          make -C "../navidoc/" imagemap HTML="../libvob/doc/"
138    
139  peg: # Creates a new PEG, uses python for quick use  naviloop: # Compiles, links, loops
140            make -C "../navidoc/" html-loop DBG="--imagemap $(DBG)" RST="../libvob/$(RST)"
141    
142    peg: # Creates a new PEG
143          make -C "../navidoc/" new-peg PEGDIR="../libvob/doc/pegboard"          make -C "../navidoc/" new-peg PEGDIR="../libvob/doc/pegboard"
144    
145  pegs:   # Compiles only pegboard  pegs:   # Compiles only pegboard
146          make -C "../navidoc/" html DBG="$(DBG)" RST="../libvob/doc/pegboard/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../libvob/doc/pegboard/"
147    
148  html: # Compiles ReST into HTML, directories are processed recursively  html: # Compiles reST into HTML, directories are processed recursively
149          make -C "../navidoc/" html DBG="$(DBG)" RST="../libvob/$(RST)"          make -C "../navidoc/" html DBG="$(DBG)" RST="../libvob/$(RST)"
150    
151  html-loop: # Loop version for quick recompiling  html-loop: # Loop version for quick recompiling
152          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../libvob/$(RST)"          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../libvob/$(RST)"
153    
154  latex: # Compiles ReST into LaTeX, directories are processed recursively  latex: # Compiles reST into LaTeX, directories are processed recursively
155          make -C "../navidoc/" latex DBG="$(DBG)" RST="../libvob/$(RST)"          make -C "../navidoc/" latex DBG="$(DBG)" RST="../libvob/$(RST)"
156    
157  latex-loop: # Loop version for quick recompiling  latex-loop: # Loop version for quick recompiling

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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