From 009e96e5385aef0d34942999e8b67a551ef62957 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Apr 2017 12:30:32 +0200 Subject: Switch to version module --- buildfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 8f52e29..7f3441e 100644 --- a/buildfile +++ b/buildfile @@ -3,9 +3,12 @@ # license : MIT; see accompanying LICENSE file ./: build2/ tests/ unit-tests/ doc/ \ -doc{INSTALL LICENSE NEWS README version} \ -file{bootstrap.sh bootstrap-msvc.bat bootstrap-mingw.bat} \ -file{INSTALL.cli config.guess config.sub manifest} + doc{INSTALL LICENSE NEWS README version} \ + file{bootstrap.sh bootstrap-msvc.bat bootstrap-mingw.bat} \ + file{INSTALL.cli config.guess config.sub manifest} + +doc{version}: file{manifest} # Generated by the version module. +doc{version}: dist = true # Don't install tests or the INSTALL file. # -- cgit v1.1