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