aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 18:00:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 18:00:53 +0300
commitf989ac69b22794e3a98feebc604c5f132b1f3ae1 (patch)
tree6dd28b3880eb2b552be258741d5ac6b9e57123e3
parentf75a9a9c3790f28ed5341c76aae92a54833e2c2e (diff)
Get rid of doc{version} and types for testscript and manifest in buildfiles
-rw-r--r--buildfile3
-rw-r--r--odb/sqlite/buildfile2
2 files changed, 2 insertions, 3 deletions
diff --git a/buildfile b/buildfile
index b951682..76b2f5d 100644
--- a/buildfile
+++ b/buildfile
@@ -2,8 +2,7 @@
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
-./: {*/ -build/ -m4/ -etc/} doc{GPLv2 INSTALL LICENSE NEWS README version} \
- file{manifest}
+./: {*/ -build/ -m4/ -etc/} doc{GPLv2 INSTALL LICENSE NEWS README} manifest
# Don't install tests or the INSTALL file.
#
diff --git a/odb/sqlite/buildfile b/odb/sqlite/buildfile
index 7dd40cf..52a96c9 100644
--- a/odb/sqlite/buildfile
+++ b/odb/sqlite/buildfile
@@ -14,7 +14,7 @@ lib{odb-sqlite}: {hxx ixx txx cxx}{* -version-build2} {hxx}{version-build2} \
# pick up an installed one) and don't remove it when cleaning in src (so that
# clean results in a state identical to distributed).
#
-hxx{version-build2}: in{version-build2} $src_root/file{manifest}
+hxx{version-build2}: in{version-build2} $src_root/manifest
hxx{version-build2}: dist = true
hxx{version-build2}: clean = ($src_root != $out_root)