/[alph]/alph/Makefile
ViewVC logotype

Diff of /alph/Makefile

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

revision 1.6 by humppake, Mon Mar 31 09:12:43 2003 UTC revision 1.7 by humppake, Mon Apr 7 16:00:13 2003 UTC
# Line 39  test: Line 39  test:
39  tags::  tags::
40          ctags -R          ctags -R
41    
42  # !!NOTE!! navidoc make html is recursive  ########################
43  doc:  # Navidoc targets begin
44          make -C ../navidoc/ html RST="../alph/doc/" DBG="-d pegboard"  docs:   # navidoc make html is recursive
45            make -C "../navidoc/" html RST="../alph/doc/"
46    
47  pegs:  pegs:   # navidoc make html is recursive
48          make -C ../navidoc/ html RST="../alph/doc/pegboard/" DBG="-d pegboard"          make -C "../navidoc/" html RST="../alph/doc/pegboard/"
49    
50    html:
51            make -C "../navidoc/" html $(DBG) RST="../alph/$(RST)"
52    
53    html-loop:
54            make -C "../navidoc/" html-loop $(DBG) RST="../alph/$(RST)"
55    # Navidoc targets end
56    ######################

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