aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-05-24 10:57:49 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2011-05-24 11:25:13 +0200
commitc61a63a46dcfebcad561682db2b15857ad304c1f (patch)
treee091fa8b90920992ee6c6538515b0ab1636b200a /Makefile.am
parentf3e302010425b0ad4dbd36278f14cf2d8aaaae14 (diff)
downloadcalcurse-c61a63a46dcfebcad561682db2b15857ad304c1f.tar.gz
calcurse-c61a63a46dcfebcad561682db2b15857ad304c1f.zip
Add version information to distribution tarball.
We somehow forgot this when adding Git version string support in commit c5e4187590f37e9524a8e3fcb2bccb20f2e8b4eb. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3052b72..9e17d2f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,3 +11,6 @@ EXTRA_DIST = \
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
+
+dist-hook:
+ echo $(VERSION) > $(distdir)/.version