From: Stephen L Johnson <sjohnson@monsters.org>
Date: Wed, 18 Oct 2000 18:19:35 +0000 (+0000)
Subject: Makefile/mkae files updates
X-Git-Tag: spong-2_7_0-beta2^0
X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aef4ac0d48a0fa3317ca001042b1aa1fc9a9ee1;p=spong.git

Makefile/mkae files updates
---

diff --git a/CHANGES b/CHANGES
index 68cb8d9..422f2d3 100755
--- 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.
 
diff --git a/Makefile b/Makefile
index 033d560..b6dd489 100644
--- 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 $@
diff --git a/spong.mk b/spong.mk
index c9084e3..1e493c0 100644
--- 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: