--- a/Makefile Sat Feb 07 11:10:02 2004 -0500
+++ b/Makefile Sat Feb 07 13:29:53 2004 -0500
@@ -1,4 +1,3 @@
-MAKEFILE_VERSION="$Id$"
REMOTE_DIR=o:public_html/oss/immsview
VERSION=$(shell python -c 'from imp import load_source; \
print load_source(".","immsview")._version_' \
@@ -7,7 +6,7 @@
index.html: index.html.in immsview
perl -p -e 's;\@IMMSVIEW_VERSION\@;$(VERSION);g' $< > $@
-update: immsview index.html
+update: immsview index.html immsview-screenshot-1.png immsview-ss-small-1.png
rsync -zp $^ $(REMOTE_DIR)/
-.PHONY: index.html
\ No newline at end of file
+.PHONY: index.html