blob: 4cca56d0ee9b85738d4483e9951bc452f472c9b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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 config.guess config.sub bootstrap manifest}
include $d
doc{INSTALL*}: install = false
|