diff options
Diffstat (limited to 'libodb-mysql/buildfile')
-rw-r--r-- | libodb-mysql/buildfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libodb-mysql/buildfile b/libodb-mysql/buildfile index a04e206..631a236 100644 --- a/libodb-mysql/buildfile +++ b/libodb-mysql/buildfile @@ -1,9 +1,11 @@ # file : buildfile # license : GNU GPL v2; see accompanying LICENSE file -./: {*/ -build/} doc{INSTALL NEWS README} legal{GPLv2 LICENSE} manifest +./: {*/ -build/} \ + doc{README.md PACKAGE-README.md NEWS} \ + legal{GPLv2 LICENSE} \ + manifest -# Don't install tests or the INSTALL file. +# Don't install tests. # -tests/: install = false -doc{INSTALL}@./: install = false +tests/: install = false |