/[libvob]/libvob/Makefile
ViewVC logotype

Diff of /libvob/Makefile

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

revision 1.26 by tuukkah, Mon Apr 7 12:54:17 2003 UTC revision 1.27 by humppake, Mon Apr 7 15:58:50 2003 UTC
# Line 100  bench-gl:: Line 100  bench-gl::
100  rundemo::  rundemo::
101          $(GLLIB) $(JYTHON) org/nongnu/libvob/putil/demo.py $(DBG) $(DEMO)          $(GLLIB) $(JYTHON) org/nongnu/libvob/putil/demo.py $(DBG) $(DEMO)
102    
103  # !!NOTE!! navidoc make html is recursive  ########################
104  docs:  # Navidoc targets begin
105          make -C "../navidoc/" html RST="../libvob/doc/" DBG="-d pegboard"  docs:   # navidoc make html is recursive
106            make -C "../navidoc/" html RST="../libvob/doc/"
107    
108    pegs:   # navidoc make html is recursive
109            make -C "../navidoc/" html RST="../libvob/doc/pegboard/"
110    
111    html:
112            make -C "../navidoc/" html $(DBG) RST="../libvob/$(RST)"
113    
114    html-loop:
115            make -C "../navidoc/" html-loop $(DBG) RST="../libvob/$(RST)"
116    # Navidoc targets end
117    ######################
118    
 pegs:  
         make -C "../navidoc/" html RST="../libvob/doc/pegboard/" DBG="-d pegboard"  
119    
120  $(SUBDIRS):  $(SUBDIRS):
121          $(MAKE) -C $@          $(MAKE) -C $@

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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