/[gzz]/gzz/Makefile
ViewVC logotype

Diff of /gzz/Makefile

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

revision 1.230 by tjl, Sun Dec 29 20:33:08 2002 UTC revision 1.231 by humppake, Thu Jan 2 09:06:12 2003 UTC
# Line 301  documl: Line 301  documl:
301          $(JYTHON) metacode/umldoc.py doc/          $(JYTHON) metacode/umldoc.py doc/
302          $(JYTHON) metacode/umlpegboard.py          $(JYTHON) metacode/umlpegboard.py
303    
304  umldoc:  #RST could be a single rst file or a directory, when
305          $(JYTHON) metacode/umldoc.py $(INPUT)  #all the .rst-files in directory is compiled (non-recursive)
306    rst:
307            $(JYTHON) metacode/umldoc.py $(RST)
308    
309    #keeps jython running for quick recompiling:
310    #after each cycle prompts a key for continue
311    rst-loop:
312            $(JYTHON) metacode/umldoc.py loop $(RST)
313    
314    
315  docxx:  docxx:
316          doc++  -a --before-group --before-class --no-java-graphs --trivial-graphs  -H -F -d doc/docxx -u `find gfx -name '*.hxx'`          doc++  -a --before-group --before-class --no-java-graphs --trivial-graphs  -H -F -d doc/docxx -u `find gfx -name '*.hxx'`
317            
318  pegs:  pegs:
319          $(JYTHON) metacode/pegboard.py          $(JYTHON) metacode/pegboard.py
320    

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.231

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