Makefile
author fabien
Sat, 07 Feb 2004 13:29:53 -0500
branchimmsview
changeset 30 a7f7026f9416
parent 23 e0e59c2c5b46
child 31 13f56bb29b96
permissions -rw-r--r--
[svn] Add screenshots and warnings.

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 immsview-screenshot-1.png immsview-ss-small-1.png
	rsync -zp $^ $(REMOTE_DIR)/

.PHONY: index.html