aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-03 17:27:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-03 17:27:33 +0200
commit879d7e92d823c9dfe6fb3691541f30b662f2a510 (patch)
tree7b4705029c81f2b5decc16cc63cfc1a88e5c7ff3 /buildfile
parent8622308eefe9a1d63bb4128548260d0ba3d50d7a (diff)
First take on new installation and upgrade instructions
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile16
1 files changed, 14 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index 26b18e6..ccc2f78 100644
--- a/buildfile
+++ b/buildfile
@@ -3,10 +3,22 @@
# license : MIT; see accompanying LICENSE file
d = libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ doc/
-./: $d doc{INSTALL README version} file{INSTALL.cli} \
+
+i = \
+INSTALL \
+UPGRADE \
+BOOTSTRAP-MACOSX \
+BOOTSTRAP-MINGW \
+BOOTSTRAP-MSVC \
+BOOTSTRAP-UNIX \
+BOOTSTRAP-WINDOWS
+
+./: $d doc{$i README version} cli{$i} \
file{build.sh build-msvc.bat build-mingw.bat}
+
include $d
-# Don't install the INSTALL file.
+# Don't install the BOOTSTRAP/INSTALL files. But UPGRADE could be useful.
#
doc{INSTALL}@./: install = false
+doc{BOOTSTRAP-*}: install = false