blob: c60a1bec5b1af071f1922594dbe78e42458f9083 (
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 NEWS README version} \
file{INSTALL.cli config.guess config.sub bootstrap.sh manifest}
include $d
doc{INSTALL*}: install = false
|