/[glmosaictext]/glmosaictext/Makefile
ViewVC logotype

Diff of /glmosaictext/Makefile

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

revision 1.3 by mudyc, Sun Mar 23 20:11:15 2003 UTC revision 1.4 by humppake, Fri Apr 25 11:29:53 2003 UTC
# Line 19  clean: Line 19  clean:
19    
20  $(SUBDIRS):  $(SUBDIRS):
21          $(MAKE) -C $@          $(MAKE) -C $@
22    
23    ##########################################################################
24    # General documentation targets
25    docs:   docxx navidoc navilink
26    
27    docxx:
28            doc++  -a --before-group --before-class --no-java-graphs --trivial-graphs  -H -F -d doc/docxx -u src/ include/
29    ##########################################################################
30    # Navidoc documentation targets
31    navidoc: # Compiles ReST into HTML
32            make -C "../navidoc/" html RST="../glmosaictext/doc/"
33    
34    navilink: # Bi-directional linking using imagemaps
35            make -C "../navidoc/" imagemap HTML="../glmosaictext/doc/"
36    
37    peg: # Creates a new PEG, uses python for quick use
38            make -C "../navidoc/" new-peg PEGDIR="../glmosaictext/doc/pegboard"
39    
40    pegs:   # Compiles only pegboard
41            make -C "../navidoc/" html $(DBG) RST="../glmosaictext/doc/pegboard/"
42    
43    html: # Compiles ReST into HTML, directories are processed recursively
44            make -C "../navidoc/" html $(DBG) RST="../glmosaictext/$(RST)"
45    
46    html-loop: # Loop version for quick recompiling
47            make -C "../navidoc/" html-loop $(DBG) RST="../glmosaictext/$(RST)"
48    
49    latex: # Compiles ReST into LaTeX, directories are processed recursively
50            make -C "../navidoc/" latex $(DBG) RST="../glmosaictext/$(RST)"
51    
52    latex-loop: # Loop version for quick recompiling
53            make -C "../navidoc/" latex-loop $(DBG) RST="../glmosaictext/$(RST)"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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