From d727966ce805067e227fa96262005056fdfac448 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 2 Aug 2011 13:33:38 -0400 Subject: Tracking and printing of version numbers (based on a patch by Austin Seipp) --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3