/[gzz]/www/Makefile
ViewVC logotype

Diff of /www/Makefile

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

revision 1.33 by Vegai, Mon Dec 16 15:02:45 2002 UTC revision 1.34 by Vegai, Mon Dec 16 15:43:32 2002 UTC
# Line 8  SUBDIRS=FAQ documentation Line 8  SUBDIRS=FAQ documentation
8    
9  .SUFFIXES: .html .wml  .SUFFIXES: .html .wml
10    
11    GZZDOCS ?= ../gzz/Documentation
12    
13  %.html: %.wml $(FRAMEWORK)  %.html: %.wml $(FRAMEWORK)
14          wml $(INC) $< -o $@          wml $(INC) $< -o $@
15          rm -f $@.fixed          rm -f $@.fixed
16    
17  all: almost-all  all: almost-all
18          (cd ../gzz/Documentation/UsersGuide; $(MAKE); $(MAKE) ug-ns4.html;)          (cd $(GZZDOCS)/UsersGuide; $(MAKE); $(MAKE) ug-ns4.html;)
19          (cd ../gzz/Documentation/Manuscripts/CyberText; $(MAKE); $(MAKE) ct-ns4.html;)          (cd $(GZZDOCS)/manuscripts/CyberText; $(MAKE); $(MAKE) ct-ns4.html;)
20          (cd ../gzz/Documentation/DesignProblems; $(MAKE); $(MAKE) dp-ns4.html;)          (cd $(GZZDOCS)/DesignProblems; $(MAKE); $(MAKE) dp-ns4.html;)
21          (cd ../gzz/Documentation/Spec; $(MAKE); $(MAKE) zzspec-ns4.html;)          (cd $(GZZDOCS)/Spec; $(MAKE); $(MAKE) zzspec-ns4.html;)
22          (cd ../gzz/Documentation/Gentle_Introduction; $(MAKE); $(MAKE) gi-ns4.html;)          (cd $(GZZDOCS)/Gentle_Introduction; $(MAKE); $(MAKE) gi-ns4.html;)
23          (cd ../gzz/Documentation/Glossary; $(MAKE); $(MAKE) gl-ns4.html;)          (cd $(GZZDOCS)/Glossary; $(MAKE); $(MAKE) gl-ns4.html;)
24          rm -f ug ct dp spec gi gl *.png          rm -f ug ct dp spec gi gl *.png
25          ln -s $$PWD/../gzz/Documentation/UsersGuide ug          ln -s $$PWD/$(GZZDOCS)/UsersGuide ug
26          ln -s $$PWD/../gzz/Documentation/Manuscripts/CyberText ct          ln -s $$PWD/$(GZZDOCS)/manuscripts/CyberText ct
27          ln -s $$PWD/../gzz/Documentation/DesignProblems dp          ln -s $$PWD/$(GZZDOCS)/DesignProblems dp
28          ln -s $$PWD/../gzz/Documentation/Spec spec          ln -s $$PWD/$(GZZDOCS)/Spec spec
29          ln -s $$PWD/../gzz/Documentation/Gentle_Introduction gi          ln -s $$PWD/$(GZZDOCS)/Gentle_Introduction gi
30          ln -s $$PWD/../gzz/Documentation/Glossary gl          ln -s $$PWD/$(GZZDOCS)/Glossary gl
31          ln -s $$PWD/../gzz/Documentation/*.png .          ln -s $$PWD/$(GZZDOCS)/*.png .
32    
33  almost-all: index.html docs.html faq.html download.html cvs.html starting.html mail.html snaps.html subdirs nutshell.html bugs.html  almost-all: index.html docs.html faq.html download.html cvs.html starting.html mail.html snaps.html subdirs nutshell.html bugs.html
34    

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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