summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e6a4e94..5888709 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,4 +3,8 @@ ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = src man 3SUBDIRS = src man
4 4
5EXTRA_DIST = \ 5EXTRA_DIST = \
6 README.md 6 README.md \
7 git-version-gen
8
9dist-hook:
10 echo $(VERSION) > $(distdir)/.tarball-version