/[alph]/alph/Makefile
ViewVC logotype

Diff of /alph/Makefile

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

revision 1.15 by tjl, Wed Jun 11 17:50:17 2003 UTC revision 1.16 by humppake, Fri Jun 13 12:00:41 2003 UTC
# Line 65  java-doc: Line 65  java-doc:
65          javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)          javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)
66  ##########################################################################  ##########################################################################
67  # Navidoc documentation targets  # Navidoc documentation targets
68  navidoc: # Compiles ReST into HTML  navidoc: # Compiles reST into HTML
69          make -C "../navidoc/" html RST="../alph/doc/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../alph/doc/"
70    
71  navilink: # Bi-directional linking using imagemaps  navilink: # Bi-directional linking using imagemaps
72          make -C "../navidoc/" imagemap HTML="../alph/doc/"          make -C "../navidoc/" imagemap HTML="../alph/doc/"
73    
74    naviloop: # Compiles, links, loops
75            make -C "../navidoc/" html-loop DBG="--imagemap $(DBG)" RST="../alph/$(RST)"
76    
77  peg: # Creates a new PEG, uses python for quick use  peg: # Creates a new PEG, uses python for quick use
78          make -C "../navidoc/" new-peg PEGDIR="../alph/doc/pegboard"          make -C "../navidoc/" new-peg PEGDIR="../alph/doc/pegboard"
79    
80  pegs:   # Compiles only pegboard  pegs:   # Compiles only pegboard
81          make -C "../navidoc/" html DBG="$(DBG)" RST="../alph/doc/pegboard/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../alph/doc/pegboard/"
82    
83  html: # Compiles ReST into HTML, directories are processed recursively  html: # Compiles reST into HTML, directories are processed recursively
84          make -C "../navidoc/" html DBG="$(DBG)" RST="../alph/$(RST)"          make -C "../navidoc/" html DBG="$(DBG)" RST="../alph/$(RST)"
85    
86  html-loop: # Loop version for quick recompiling  html-loop: # Loop version for quick recompiling
87          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../alph/$(RST)"          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../alph/$(RST)"
88    
89  latex: # Compiles ReST into LaTeX, directories are processed recursively  latex: # Compiles reST into LaTeX, directories are processed recursively
90          make -C "../navidoc/" latex DBG="$(DBG)" RST="../alph/$(RST)"          make -C "../navidoc/" latex DBG="$(DBG)" RST="../alph/$(RST)"
91    
92  latex-loop: # Loop version for quick recompiling  latex-loop: # Loop version for quick recompiling

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

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