diff -r 7af7e8196170 -r 8ccee783880a Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Fri Feb 06 01:10:49 2004 -0500 @@ -0,0 +1,12 @@ +REMOTE_DIR=o:public_html/oss/immsview +VERSION=$(shell python -c 'from imp import load_source; \ + print load_source(".","immsview")._version_' \ + | sed -e 's;\$$Id$$;\1;') + +index.html: index.html.in immsview + perl -p -e 's;\@IMMSVIEW_VERSION\@;$(VERSION);g' $< > $@ + +update: immsview index.html + rsync -zp $^ $(REMOTE_DIR)/ + +.PHONY: index.html \ No newline at end of file