From 133604f163cc89639b9dfc1d892b56f0ace15792 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 Aug 2017 15:53:36 +0300 Subject: Add version.hxx back into distribution and don't clean it up from src --- cutl/buildfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cutl/buildfile') diff --git a/cutl/buildfile b/cutl/buildfile index c203a2e..17f3360 100644 --- a/cutl/buildfile +++ b/cutl/buildfile @@ -6,7 +6,13 @@ lib{cutl}: {hxx ixx txx cxx}{** -version -xml/** -details/boost/**} \ {hxx}{version} \ details/build2/{h}{*} +# Include the generated version header into the distribution (so that we don't +# 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}: in{version} $src_root/file{manifest} +hxx{version}: dist = true +hxx{version}: clean = ($src_root != $out_root) # For pre-releases use the complete version to make sure they cannot be used # in place of another pre-release or the final version. -- cgit v1.1