From: Joey Schulze Date: Wed, 6 Aug 2003 13:09:50 +0000 (+0000) Subject: Adjustments for lists.infodrom.org X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Flists.infodrom.org;a=commitdiff_plain;h=2f2f95333729612e3e8de05f7dafcd58e31b02b8 Adjustments for lists.infodrom.org --- diff --git a/Makefile b/Makefile index 3050cd6..0c73a0b 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ hostname=$(shell hostname) ifeq ($(hostname),finlandia) -DEST = $(HOME)/public_html/new/infodrom -TEST = $(HOME)/public_html/new/infodrom +DEST = $(HOME)/public_html/new/lists +TEST = $(HOME)/public_html/new/lists else ifeq ($(hostname),luonnotar) -DEST = /var/www/www.infodrom.org -TEST = $(HOME)/luonnotar_html/new/infodrom +DEST = /var/www/lists.infodrom.org +TEST = $(HOME)/luonnotar_html/new/lists endif endif @@ -17,7 +17,6 @@ endif FILES+= --include "*/" FILES+= --include "*.html" --include "*.shtml" --include "*.php3" --include "*.txt" --include "*.ps" FILES+= --include "*.png" --include "*.gif" --include "*.jpg" -FILES+= --include "Debian/support/debian.de/channel.xml" FILES+= --exclude "*" build: @@ -33,8 +32,7 @@ fix: install: fix test -d $(DEST) || mkdir -p $(DEST) rsync -lptr $(FILES) src/ $(DEST)/ - rsync src/Mail-Archive/index.php3 /var/www/www.infodrom.org/Mail-Archive/index.php3 - rsync src/Infodrom/mailstats/index.php3 /var/www/www.infodrom.org/Infodrom/mailstats/index.php3 + rsync src/index.php3 /var/www/lists.infodrom.org/index.php3 # cd src && for f in *.html; do cp $$f $(DEST)/$$f; done ifeq ($(hostname),finlandia)