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:00:00 -0500

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

Modified files:
        .              : Makefile 

Log message:
        [www]: sed 's/make/$MAKE/g'

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

Patches:
Index: www/Makefile
diff -u www/Makefile:1.31 www/Makefile:1.32
--- www/Makefile:1.31   Thu Dec 12 05:01:05 2002
+++ www/Makefile        Mon Dec 16 09:59:59 2002
@@ -13,12 +13,12 @@
        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 ../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;)
        rm -f ug ct dp spec gi gl *.png
        ln -s $$PWD/../gzz/Documentation/UsersGuide ug
        ln -s $$PWD/../gzz/Documentation/Manuscripts/CyberText ct



reply via email to

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