aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-14 16:39:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-14 16:39:27 +0200
commit363c36a3ca1a6162cd1bc5d37f06dda73f44a8bc (patch)
treec83bcb4c45499fbce8ade9ed63dc905589e1887e
parentb9b3cc636ae72f0dc079d0975f58a453afe41915 (diff)
Add README file
-rw-r--r--README20
-rw-r--r--buildfile2
2 files changed, 21 insertions, 1 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..08d7bf0
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+This package contains the build2 repository web interface.
+
+build2 is an open source, cross-platform toolchain for building and packaging
+C++ code. Its aim is a modern build system and package manager for the C++
+language that provide a consistent, out of the box interface across multiple
+platforms and compilers. For more information see:
+
+https://build2.org/
+
+See the NEWS file for the user-visible changes from the previous release.
+
+See the LICENSE file for the distribution conditions.
+
+See the INSTALL file for the prerequisites and installation instructions.
+
+See the doc/ directory for documentation.
+
+Send questions, bug reports, or any other feedback to the users@build2.org
+mailing list. You can post without subscribing. See https://lists.build2.org
+for searchable archives, posting guidelines, etc.
diff --git a/buildfile b/buildfile
index b070099..2b15641 100644
--- a/buildfile
+++ b/buildfile
@@ -3,7 +3,7 @@
# license : MIT; see accompanying LICENSE file
d = brep/ etc/ load/ migrate/ tests/ www/ doc/
-./: $d doc{INSTALL INSTALL-DEV LICENSE version} file{manifest}
+./: $d doc{INSTALL INSTALL-DEV LICENSE README version} file{manifest}
include $d
doc{INSTALL*}: install = false