diff Makefile.in @ 1520:b5517f47b1f1

Tracking and printing of version numbers (based on a patch by Austin Seipp)
author Adam Chlipala <adam@chlipala.net>
date Tue, 02 Aug 2011 13:33:38 -0400
parents 969b90b1f2f9
children 52fbd8534ef3
line wrap: on
line diff
--- a/Makefile.in	Sun Jul 24 15:47:09 2011 -0400
+++ b/Makefile.in	Tue Aug 02 13:33:38 2011 -0400
@@ -179,7 +179,7 @@
 SITELISP := @SITELISP@
 SQHEADER = @SQHEADER@
 STRIP = @STRIP@
-VERSION = @VERSION@
+VERSION := @VERSION@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -818,7 +818,7 @@
 uninstall-local: uninstall-local-main uninstall-emacs
 
 package:
-	hg archive -t tgz -X tests /tmp/urweb.tgz
+	hg archive -t tgz -X tests "/tmp/urweb-$(VERSION).tgz"
 
 reauto:
 	-autoreconf