blob: 7e6d6823d990ca6f2f4cd936548aa8b032d42460 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# file : buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = build2/ tests/ doc/
./: $d \
doc{INSTALL LICENSE NEWS README version} \
file{bootstrap.sh bootstrap-msvc.bat bootstrap-mingw.bat} \
file{INSTALL.cli config.guess config.sub manifest}
include $d
doc{INSTALL*}: install = false
|