aboutsummaryrefslogtreecommitdiff
path: root/libstudxml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 17:10:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 17:10:56 +0300
commit8179d40f2d45b6111f8e24d8818e04f020540a30 (patch)
treeee4eb696a89daa7239c9669dea8ac1fa51a82276 /libstudxml
parent1b9b56216ca3cbfd882a8186b3da079e3ecffc55 (diff)
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'libstudxml')
-rw-r--r--libstudxml/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstudxml/buildfile b/libstudxml/buildfile
index a46ddea..f44c426 100644
--- a/libstudxml/buildfile
+++ b/libstudxml/buildfile
@@ -27,7 +27,7 @@ lib{studxml}: details/genx/{h{*} c{*} doc{LICENSE README}}
# 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)