gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] manuscripts/CyberText Makefile


From: Vesa Kaihlavirta
Subject: [Gzz-commits] manuscripts/CyberText Makefile
Date: Thu, 12 Dec 2002 04:41:22 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Vesa Kaihlavirta <address@hidden>       02/12/12 04:41:21

Modified files:
        CyberText      : Makefile 

Log message:
        Evade error with a softlink.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/CyberText/Makefile.diff?tr1=1.1.1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: manuscripts/CyberText/Makefile
diff -u manuscripts/CyberText/Makefile:1.1 manuscripts/CyberText/Makefile:1.2
--- manuscripts/CyberText/Makefile:1.1  Fri Dec  6 10:54:56 2002
+++ manuscripts/CyberText/Makefile      Thu Dec 12 04:41:21 2002
@@ -1,11 +1,14 @@
 DIAGRAMS=../../wmlinc/article.wml \
        rank1vert.png rank2vert.png rank3both.png permascroll.png
 
-all: ct.html ct-ns4.html
+all: wmlinc ct.html ct-ns4.html
 
 ct.html: ct.wml $(DIAGRAMS)
 
 ct-ns4.html: ct.wml $(DIAGRAMS)
+
+wmlinc: 
+       ln -sf ../wmlinc ../wmlinc 
 
 include ../../lib.mk
 



reply via email to

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