summaryrefslogtreecommitdiff
path: root/buildfile
blob: eed14d07d35b47f428c1fca94379d6f217837270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : buildfile
# copyright : not copyrighted - public domain

d = sqlite3/ test/
./: $d doc{INSTALL README} file{manifest}
include $d


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