From 879d7e92d823c9dfe6fb3691541f30b662f2a510 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 3 Sep 2016 17:27:33 +0200 Subject: First take on new installation and upgrade instructions --- buildfile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'buildfile') 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 -- cgit v1.1