aboutsummaryrefslogtreecommitdiff
path: root/buildfile
blob: e52d5e445c25d8412ad5c9b7b33353dd1415cfdc (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : buildfile
# copyright : Copyright (c) 2013-2018 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.
#
examples/:       install = false
tests/:          install = false
doc{INSTALL}@./: install = false