diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-01 08:35:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-01 08:35:37 +0200 |
commit | 28f3f8b92fc0b90d6646712eb2304c63c7fbc80e (patch) | |
tree | 22627bed13e2ac515a957f5012494a01b34f6834 /buildfile | |
parent | 3e9ecd86a6c4f1b01e446fba92369e71872b0d77 (diff) |
Build system update
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,4 +7,6 @@ d = libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ doc/ file{build.sh build-msvc.bat build-mingw.bat} include $d -doc{INSTALL*}: install = false +# Don't install the INSTALL file. +# +doc{INSTALL}@./: install = false |