]> git.etc.gen.nz Git - spong.git/commitdiff
Makefile/mkae files updates spong-2_7_0-beta2
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 18 Oct 2000 18:19:35 +0000 (18:19 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 18 Oct 2000 18:19:35 +0000 (18:19 +0000)
CHANGES
Makefile
spong.mk

diff --git a/CHANGES b/CHANGES
index 68cb8d9bea17879050e8b88969a2e2cdbdacd97b..422f2d399a4da17d0aea7d4404edeeb9a51b327f 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@ Stephen L Johnson <sjohnson@monsters.org>
 
 Version 2.7 Changes
 
+10/17/00
+FIXED - Miscellenous Makefile/make syntax and spelling errors
+
 10/13/00
 ADDED - Added initial Makefile install support.
 
index 033d5607aea945b1388d121060a0b0cdc302bdd5..b6dd4897b2bf29ce1048131b55677701fe94c001 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 2000/10/17 19:44:02 sljohnson Exp $
+# $Id: Makefile,v 1.5 2000/10/18 18:19:35 sljohnson Exp $
 #
 # Makefile for Spong (Version 2.6f and up).
 #
@@ -180,10 +180,6 @@ $(WWWDIR)/gifs:    ./www/gifs
        cp -rp $< $@
        chmod -R ugo+rwX,go-w $@
        chown -R $(WEBUSER).$(WEBGROUP) $@
-$(WWWDIR)/screens: ./www/screens
-       cp -rp $< $@
-       chmod -R ugo+rwX,go-w $@
-       chown -R $(WEBUSER).$(WEBGROUP) $@
 $(WWWDIR)/html/%:      ./www/html/%
        sed -e "s%__DIR__%$(DOCROOT)%g" $< > $@
        chmod ugo+rwX,go-w $@
index c9084e359740fc57522e035bd693716060274284..1e493c0b5716a77e254b971a75cbf27f219614f1 100644 (file)
--- a/spong.mk
+++ b/spong.mk
@@ -1,4 +1,4 @@
-# $Id: spong.mk,v 1.3 2000/10/17 19:10:21 sljohnson Exp $
+# $Id: spong.mk,v 1.4 2000/10/18 18:19:35 sljohnson Exp $
 #
 #---- Operating system list [ should match ./config/spong.conf.$OS ]
 
@@ -49,7 +49,7 @@ CLIENT_LIBS=Daemon.pm Status.pm
 WEBDIRS = \
        $(WWWDIR)/docs \
        $(WWWDIR)/gifs \
-       $(WWWDIR)/screens
+       $(WWWDIR)/docs
 #
 # This is somewhat ridiculous.  We really only want to munge help.html
 # but: