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
commitf64e872237bd646f0ab9a154a84c2af2da6083a3 (patch)
treebddb0a36e8b85f6742e31a47db77399b24b3fd36 /Makefile.am
parent3e2cd569c9b1e53abc04ef40a55a603484637123 (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