blob: 521be1ffc453a030c8ae9e7f7880e0769bf3a1e5 (
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/ load/ migrate/ tests/ www/ doc/
./: $d doc{INSTALL INSTALL-DEV LICENSE NEWS README version} file{manifest}
include $d
doc{INSTALL*}: install = false
|