blob: 9c928bca4b5c88bb2ac28069a9adecdc0934d34d (
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 = build2/ tests/ doc/
./: $d doc{INSTALL LICENSE version} file{INSTALL.cli bootstrap manifest}
include $d
doc{INSTALL*}: install = false
|