summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2011-08-02 13:33:38 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2011-08-02 13:33:38 -0400
commitd727966ce805067e227fa96262005056fdfac448 (patch)
treebddb0a36e8b85f6742e31a47db77399b24b3fd36 /Makefile.am
parent729998f64e891856f43f758551be0aaa26ac89b4 (diff)
Tracking and printing of version numbers (based on a patch by Austin Seipp)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a700dd3d..45e7d7e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,7 @@ BIN := @BIN@
LIB := @LIB@
INCLUDE := @INCLUDE@
SITELISP := @SITELISP@
+VERSION := @VERSION@
LIB_UR := $(LIB)/ur
LIB_C := $(LIB)/c
@@ -99,7 +100,7 @@ uninstall-local-main:
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