From 28904ede7b704c5d8683e2b95a5afe7e40e00d6e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 20 Jul 2009 00:39:44 +0200 Subject: Makefile.am: add .tarball-version file to the release archive --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c8738a4..40cb6eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,3 +11,6 @@ aclocaldir = $(datadir)/aclocal dist_aclocal_DATA = $(M4SOURCE) EXTRA_DIST = build-aux/git-version-gen + +dist-hook: + echo $(VERSION) > $(distdir)/.tarball-version -- cgit v1.2.1