build-sys: Include the .version file in the distribution tarball

As per the comments in git-version-gen, the .version file that is
typically generated automatically during build should be included
in the tarball, so generate it in the dist-hook.

This fixes a problem when running make distcheck which uses a read-only
source folder and thus cannot generate the $top_srcdir/.version as
part of it's build process (it uses a _build folder which is r/w)
and thus cannot be built.
This commit is contained in:
Colin Guthrie 2010-12-04 13:47:43 +00:00
parent a1f1255635
commit e9deb97d94
2 changed files with 2 additions and 0 deletions

View file

@ -67,6 +67,7 @@ scriptversion=2008-04-08.07
# echo $(VERSION) > $@-t && mv $@-t $@
# dist-hook:
# echo $(VERSION) > $(distdir)/.tarball-version
# echo $(VERSION) > $(distdir)/.version
case $# in
1) ;;