blob: 715f3ec17f7be865d9fa820925ae653f83a2b3cd (
plain)
1
2
3
4
5
6
7
8
9
|
# file : buildfile
# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = libbutl/ build2/ libbpkg/ bpkg/
./: $d doc{INSTALL} file{version}
include $d
$src_base/doc{INSTALL}: install = false
|