Makefile
branchimmsview
changeset 31 13f56bb29b96
parent 30 a7f7026f9416
--- a/Makefile	Sat Feb 07 13:29:53 2004 -0500
+++ b/Makefile	Sun Feb 08 16:55:24 2004 -0500
@@ -1,7 +1,7 @@
 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;')
+		| sed -e 's;\$$\I\d\: immsview,v \(.*\) fabien Exp \$$;\1;')
 
 index.html: index.html.in immsview
 	perl -p -e 's;\@IMMSVIEW_VERSION\@;$(VERSION);g' $< > $@