From 2711e14c94a031a360e1bd40c19e1558f4bd6683 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jan 2016 18:28:30 +0200 Subject: Add INSTALL file stub --- INSTALL | 5 +++++ buildfile | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..0bdb59a --- /dev/null +++ b/INSTALL @@ -0,0 +1,5 @@ +Note: unless you specifically only need the build2 package manager and not the +complete build2 toolchain, you should use the build2-toolchain distribution +instead. + +@@ TODO diff --git a/buildfile b/buildfile index 0c88401..b6e14c1 100644 --- a/buildfile +++ b/buildfile @@ -3,5 +3,7 @@ # license : MIT; see accompanying LICENSE file d = bpkg/ -./: $d doc{LICENSE version} file{manifest} +./: $d doc{INSTALL LICENSE version} file{manifest} include $d + +$src_base/doc{INSTALL}: install = false -- cgit v1.1