Locally I'll have to copy the imgdot pix manually
authorJoey Schulze <joey@infodrom.org>
Sun, 21 Oct 2001 15:24:09 +0000 (15:24 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 21 Oct 2001 15:24:09 +0000 (15:24 +0000)
Makefile

index 5adf33b..b0335f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,9 @@ install: fix
        test -d $(DEST) || mkdir -p $(DEST)
        rsync -lptr $(FILES) src/ $(DEST)/
 #      cd src && for f in *.html; do cp $$f $(DEST)/$$f; done
+ifeq ($(hostname),finlandia)
+       -cp src/imgdot-1x1-transp-ffffff.gif $(DEST)/gifs/imgdot-1x1-transp.gif
+endif
 
 clean:
        -rm -f `find -name '*~'` `find -name '.?*.swp'`