aboutsummaryrefslogtreecommitdiff
path: root/libbutl/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 14:40:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 16:05:14 +0300
commitbc96171cb768a7d32720eb3c0b5363f2ae2c252c (patch)
tree50c638270d6cfaa6118d8784f4023858eea0bc2e /libbutl/buildfile
parent9599058c35ea9ad7e5e75c867f34300d830c4c34 (diff)
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'libbutl/buildfile')
-rw-r--r--libbutl/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile
index eee92d9..9d20e90 100644
--- a/libbutl/buildfile
+++ b/libbutl/buildfile
@@ -33,7 +33,7 @@ lib{butl}: file{*.c *.h}
# 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)