This should work for the other files as well, err...
authorJoey Schulze <joey@infodrom.org>
Fri, 15 Aug 2003 11:08:35 +0000 (11:08 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 15 Aug 2003 11:08:35 +0000 (11:08 +0000)
Makefile

index a39601f..fbd99c5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ install: fix
        test -d $(DEST) || mkdir -p $(DEST)
        rsync -lptr --exclude stats $(FILES) src/ $(DEST)/
        rsync src/index.php3 /var/www/lists.infodrom.org/index.php3
        test -d $(DEST) || mkdir -p $(DEST)
        rsync -lptr --exclude stats $(FILES) src/ $(DEST)/
        rsync src/index.php3 /var/www/lists.infodrom.org/index.php3
-       rsync src/stats/index.php3 /var/www/lists.infodrom.org/stats/index.php3
+       rsync src/stats/*.php3 /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)