Install .php files
authorJoey Schulze <joey@infodrom.org>
Tue, 26 Dec 2006 20:30:13 +0000 (20:30 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 26 Dec 2006 20:30:13 +0000 (20:30 +0000)
Makefile

index 39711c4..affc5a7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ ifeq ($(hostname),luonnotar)
 FILES+= --exclude stats/
 endif
 FILES+= --include "*/"
 FILES+= --exclude stats/
 endif
 FILES+= --include "*/"
-FILES+= --include "*.html" --include "*.shtml" --include "*.php3" --include "*.txt"  --include "*.ps"
+FILES+= --include "*.html" --include "*.shtml" --include "*.php" --include "*.txt"  --include "*.ps"
 FILES+= --include "*.png" --include "*.gif" --include "*.jpg"
 FILES+= --include "infodrom.css"
 FILES+= --include "favicon.ico"
 FILES+= --include "*.png" --include "*.gif" --include "*.jpg"
 FILES+= --include "infodrom.css"
 FILES+= --include "favicon.ico"
@@ -34,8 +34,8 @@ fix:
 install: fix
        test -d $(DEST) || mkdir -p $(DEST)
        rsync -lptr $(FILES) src/ $(DEST)/
 install: fix
        test -d $(DEST) || mkdir -p $(DEST)
        rsync -lptr $(FILES) src/ $(DEST)/
-       rsync src/index.php3 /var/www/lists.infodrom.org/index.php3
-       rsync src/stats/*.php3 /var/www/lists.infodrom.org/stats/
+       rsync src/index.php /var/www/lists.infodrom.org/index.php
+       rsync src/stats/*.php /var/www/lists.infodrom.org/stats/
 
 #      cd src && for f in *.html; do cp $$f $(DEST)/$$f; done
 ifeq ($(hostname),finlandia)
 
 #      cd src && for f in *.html; do cp $$f $(DEST)/$$f; done
 ifeq ($(hostname),finlandia)