blob: 557f9d8e35867b63ae240a7a3b232fa760180383 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : buildfile -*- C++ -*-
# license : MIT; see accompanying LICENSE file
./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest
# Don't install tests or the INSTALL file.
#
tests/: install = false
doc{INSTALL}@./: install = false
|