/[glmosaictext]/glmosaictext/Makefile
ViewVC logotype

Diff of /glmosaictext/Makefile

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

revision 1.5 by humppake, Mon Apr 28 09:12:20 2003 UTC revision 1.6 by humppake, Fri Jun 13 12:01:15 2003 UTC
# Line 28  docxx: Line 28  docxx:
28          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/
29  ##########################################################################  ##########################################################################
30  # Navidoc documentation targets  # Navidoc documentation targets
31  navidoc: # Compiles ReST into HTML  navidoc: # Compiles reST into HTML
32          make -C "../navidoc/" html RST="../glmosaictext/doc/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../glmosaictext/doc/"
33    
34  navilink: # Bi-directional linking using imagemaps  navilink: # Bi-directional linking using imagemaps
35          make -C "../navidoc/" imagemap HTML="../glmosaictext/doc/"          make -C "../navidoc/" imagemap HTML="../glmosaictext/doc/"
36    
37    naviloop: # Compiles, links, loops
38            make -C "../navidoc/" html-loop DBG="--imagemap $(DBG)" RST="../glmosaictext/$(RST)"
39    
40  peg: # Creates a new PEG, uses python for quick use  peg: # Creates a new PEG, uses python for quick use
41          make -C "../navidoc/" new-peg PEGDIR="../glmosaictext/doc/pegboard"          make -C "../navidoc/" new-peg PEGDIR="../glmosaictext/doc/pegboard"
42    
43  pegs:   # Compiles only pegboard  pegs:   # Compiles only pegboard
44          make -C "../navidoc/" html DBG="$(DBG)" RST="../glmosaictext/doc/pegboard/"          make -C "../navidoc/" html DBG="$(DBG)" RST="../glmosaictext/doc/pegboard/"
45    
46  html: # Compiles ReST into HTML, directories are processed recursively  html: # Compiles reST into HTML, directories are processed recursively
47          make -C "../navidoc/" html DBG="$(DBG)" RST="../glmosaictext/$(RST)"          make -C "../navidoc/" html DBG="$(DBG)" RST="../glmosaictext/$(RST)"
48    
49  html-loop: # Loop version for quick recompiling  html-loop: # Loop version for quick recompiling
50          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../glmosaictext/$(RST)"          make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../glmosaictext/$(RST)"
51    
52  latex: # Compiles ReST into LaTeX, directories are processed recursively  latex: # Compiles reST into LaTeX, directories are processed recursively
53          make -C "../navidoc/" latex DBG="$(DBG)" RST="../glmosaictext/$(RST)"          make -C "../navidoc/" latex DBG="$(DBG)" RST="../glmosaictext/$(RST)"
54    
55  latex-loop: # Loop version for quick recompiling  latex-loop: # Loop version for quick recompiling

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

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