diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 15:46:53 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 15:55:47 +0300 |
commit | 8d5f3b003d539f86ab71e168751e2df1142ac086 (patch) | |
tree | f9b3d45f2fb998a7b61bf1ed58c3a9e22605d3cd /libbrep | |
parent | 53516adbcf4824cc91be5010e8c6299711bb270e (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/buildfile b/libbrep/buildfile index 2a87403..7f6129b 100644 --- a/libbrep/buildfile +++ b/libbrep/buildfile @@ -29,7 +29,7 @@ lib{brep}: \ # 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}: in{version} $src_root/manifest hxx{version}: dist = true hxx{version}: clean = ($src_root != $out_root) |