Adjusted paths
authorJoey Schulze <joey@infodrom.org>
Thu, 4 Oct 2001 07:52:37 +0000 (07:52 +0000)
committerJoey Schulze <joey@infodrom.org>
Thu, 4 Oct 2001 07:52:37 +0000 (07:52 +0000)
Makefile

index fd3019b..e6de0eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,15 @@
 hostname=$(shell hostname)
 
 ifeq ($(hostname),finlandia)
-DEST = $(HOME)/public_html/luonnotar
+DEST = $(HOME)/public_html/new/luonnotar
+TEST = $(HOME)/public_html/new/luonnotar
 else
 ifeq ($(hostname),luonnotar)
 DEST = /var/www/luonnotar.infodrom.org
+TEST = $(HOME)/luonnotar_html/new/luonnotar
 endif
 endif
 
-
-TEST = $(HOME)/public_html/luonnotar
-#TEST = /var/lib/webspace/www.infodrom.ffis.de/new
-
 FILES = --exclude "CVS/" --exclude "*imgdot-1x1-transp-ffffff.gif" --exclude "*imgdot-1x1-transp.gif" --include "*/"
 FILES+= --include "*.html" --include "*.shtml" --include "*.php3"
 FILES+= --include "*.png" --include "*.gif" --include "*.jpg"