Makefile
author Fabien Ninoles <fabien@tzone.org>
Sun, 07 Dec 2008 16:45:52 -0500
branchimmsview
changeset 40 7a7e5a853937
parent 31 13f56bb29b96
permissions -rw-r--r--
Remove some debug. Refactorize the rating range. Correct the ploting function.

REMOTE_DIR=o:public_html/oss/immsview
VERSION=$(shell python -c 'from imp import load_source; \
		print load_source(".","immsview")._version_' \
		| sed -e 's;\$$\I\d\: immsview,v \(.*\) fabien Exp \$$;\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