blob: 5374b962f9630e57f78e44450edc27c298fc5573 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : buildfile
# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
# license : PostgreSQL License; see accompanying COPYRIGHT file
./: {*/ -build/} doc{COPYRIGHT INSTALL README} manifest
# Don't install tests or the INSTALL file.
#
dir{tests/}: install = false
doc{INSTALL}@./: install = false
|