author | fabien |
Fri, 06 Feb 2004 20:21:32 -0500 | |
branch | immsview |
changeset 25 | d59f0f20fa8a |
parent 23 | e0e59c2c5b46 |
child 30 | a7f7026f9416 |
permissions | -rw-r--r-- |
MAKEFILE_VERSION="$Id$" 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