diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 12940a1..5ca15d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src include tools docs EXTRA_DIST = \ - README.md + README.md \ + git-version-gen + +dist-hook: + echo $(VERSION) > $(distdir)/.tarball-version |