blob: 976b0ed5fd29a57ac07b3337130b0f18f03429cf (
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/
./: $d doc{INSTALL INSTALL-DEV LICENSE version} file{manifest}
include $d
doc{INSTALL*}: install = false
|