blob: 4a1b0a7dc61d25ac9f83833cd47c2fc284b2b289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : buildfile
# license : GNU GPL v2; see accompanying LICENSE file
./: {*/ -build/ -m4/ -etc/} \
doc{INSTALL NEWS README} legal{GPLv2 LICENSE} \
manifest
# Don't install tests or the INSTALL file.
#
tests/: install = false
doc{INSTALL}@./: install = false
|