/[callgl]/callgl/Makefile
ViewVC logotype

Diff of /callgl/Makefile

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

revision 1.6 by humppake, Sun May 4 11:00:12 2003 UTC revision 1.7 by humppake, Fri Jun 13 12:01:08 2003 UTC
# Line 44  docxx: Line 44  docxx:
44          doc++  -a --before-group --before-class --no-java-graphs --trivial-graphs  -H -F -d doc/docxx -u src/ include/          doc++  -a --before-group --before-class --no-java-graphs --trivial-graphs  -H -F -d doc/docxx -u src/ include/
45  ##########################################################################  ##########################################################################
46  # Navidoc documentation targets  # Navidoc documentation targets
47  navidoc: # Compiles ReST into HTML  navidoc: # Compiles reST into HTML
48          make -C "../navidoc/" html RST="../callgl/doc/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/doc/"
49    
50  navilink: # Bi-directional linking using imagemaps  navilink: # Bi-directional linking using imagemaps
51          make -C "../navidoc/" imagemap HTML="../callgl/doc/"          make -C "../navidoc/" imagemap HTML="../callgl/doc/"
52    
53    naviloop: # Compiles, links, loops
54            make -C "../navidoc/" html-loop DBG="--imagemap $(DBG)" RST="../callgl/$(RST)"
55    
56  peg: # Creates a new PEG, uses python for quick use  peg: # Creates a new PEG, uses python for quick use
57          make -C "../navidoc/" new-peg PEGDIR="../callgl/doc/pegboard"          make -C "../navidoc/" new-peg PEGDIR="../callgl/doc/pegboard"
58    
59  pegs:   # Compiles only pegboard  pegs:   # Compiles only pegboard
60          make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/doc/pegboard/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/doc/pegboard/"
61    
62  html: # Compiles ReST into HTML, directories are processed recursively  html: # Compiles reST into HTML, directories are processed recursively
63          make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/$(RST)"          make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/$(RST)"
64    
65  html-loop: # Loop version for quick recompiling  html-loop: # Loop version for quick recompiling
66          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../callgl/$(RST)"          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../callgl/$(RST)"
67    
68  latex: # Compiles ReST into LaTeX, directories are processed recursively  latex: # Compiles reST into LaTeX, directories are processed recursively
69          make -C "../navidoc/" latex DBG="$(DBG)" RST="../callgl/$(RST)"          make -C "../navidoc/" latex DBG="$(DBG)" RST="../callgl/$(RST)"
70    
71  latex-loop: # Loop version for quick recompiling  latex-loop: # Loop version for quick recompiling

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

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