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