aboutsummaryrefslogtreecommitdiff
path: root/buildfile
blob: 96d0c167520ee9d1913a98c2cb7bca470a148e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : buildfile
# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest

# Don't install examples, tests or the INSTALL file.
#
dir{examples/}:  install = false
dir{tests/}:     install = false
doc{INSTALL}@./: install = false