blob: 88a8c0b40bd46953b52a7a46666b19d50b475573 (
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 = brep/ etc/ loader/ tests/ www/
./: $d doc{INSTALL INSTALL-DEV LICENSE version} file{manifest}
include $d
$src_base/doc{INSTALL INSTALL-DEV}: install = false
|