From 59d5248a6d7c14aa1038ed23e41616621c5fb94b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 17:58:09 +0300 Subject: Get rid of doc{version} and types for testscript and manifest in buildfiles --- buildfile | 3 +-- odb/buildfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/buildfile b/buildfile index 637aaba..19a8f3d 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/} doc{GPLv2 INSTALL LICENSE NEWS README version} \ - file{manifest} +./: {*/ -build/ -m4/} doc{GPLv2 INSTALL LICENSE NEWS README} manifest # Don't install tests or the INSTALL file. # diff --git a/odb/buildfile b/odb/buildfile index 882fcd5..b3090e1 100644 --- a/odb/buildfile +++ b/odb/buildfile @@ -15,7 +15,7 @@ details/shared-ptr/{hxx ixx txx cxx}{*} \ # 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) -- cgit v1.1