gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] www Makefile


From: Vesa Kaihlavirta
Subject: [Gzz-commits] www Makefile
Date: Mon, 16 Dec 2002 10:43:32 -0500

CVSROOT:        /cvsroot/gzz
Module name:    www
Changes by:     Vesa Kaihlavirta <address@hidden>       02/12/16 10:43:32

Modified files:
        .              : Makefile 

Log message:
        [www]: variable GZZDOCS, s/Manuscript/manuscript/

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/www/Makefile.diff?tr1=1.33&tr2=1.34&r1=text&r2=text

Patches:
Index: www/Makefile
diff -u www/Makefile:1.33 www/Makefile:1.34
--- www/Makefile:1.33   Mon Dec 16 10:02:45 2002
+++ www/Makefile        Mon Dec 16 10:43:32 2002
@@ -8,25 +8,27 @@
 
 .SUFFIXES: .html .wml
 
+GZZDOCS ?= ../gzz/Documentation
+
 %.html: %.wml $(FRAMEWORK)
        wml $(INC) $< -o $@
        rm -f address@hidden
 
 all: almost-all
-       (cd ../gzz/Documentation/UsersGuide; $(MAKE); $(MAKE) ug-ns4.html;)
-       (cd ../gzz/Documentation/Manuscripts/CyberText; $(MAKE); $(MAKE) 
ct-ns4.html;)
-       (cd ../gzz/Documentation/DesignProblems; $(MAKE); $(MAKE) dp-ns4.html;)
-       (cd ../gzz/Documentation/Spec; $(MAKE); $(MAKE) zzspec-ns4.html;)
-       (cd ../gzz/Documentation/Gentle_Introduction; $(MAKE); $(MAKE) 
gi-ns4.html;)
-       (cd ../gzz/Documentation/Glossary; $(MAKE); $(MAKE) gl-ns4.html;)
+       (cd $(GZZDOCS)/UsersGuide; $(MAKE); $(MAKE) ug-ns4.html;)
+       (cd $(GZZDOCS)/manuscripts/CyberText; $(MAKE); $(MAKE) ct-ns4.html;)
+       (cd $(GZZDOCS)/DesignProblems; $(MAKE); $(MAKE) dp-ns4.html;)
+       (cd $(GZZDOCS)/Spec; $(MAKE); $(MAKE) zzspec-ns4.html;)
+       (cd $(GZZDOCS)/Gentle_Introduction; $(MAKE); $(MAKE) gi-ns4.html;)
+       (cd $(GZZDOCS)/Glossary; $(MAKE); $(MAKE) gl-ns4.html;)
        rm -f ug ct dp spec gi gl *.png
-       ln -s $$PWD/../gzz/Documentation/UsersGuide ug
-       ln -s $$PWD/../gzz/Documentation/Manuscripts/CyberText ct
-       ln -s $$PWD/../gzz/Documentation/DesignProblems dp
-       ln -s $$PWD/../gzz/Documentation/Spec spec
-       ln -s $$PWD/../gzz/Documentation/Gentle_Introduction gi
-       ln -s $$PWD/../gzz/Documentation/Glossary gl
-       ln -s $$PWD/../gzz/Documentation/*.png .
+       ln -s $$PWD/$(GZZDOCS)/UsersGuide ug
+       ln -s $$PWD/$(GZZDOCS)/manuscripts/CyberText ct
+       ln -s $$PWD/$(GZZDOCS)/DesignProblems dp
+       ln -s $$PWD/$(GZZDOCS)/Spec spec
+       ln -s $$PWD/$(GZZDOCS)/Gentle_Introduction gi
+       ln -s $$PWD/$(GZZDOCS)/Glossary gl
+       ln -s $$PWD/$(GZZDOCS)/*.png .
 
 almost-all: index.html docs.html faq.html download.html cvs.html starting.html 
mail.html snaps.html subdirs nutshell.html bugs.html
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]