summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2011-12-06 17:32:08 (GMT)
committerEvan Martin <martine@danga.com>2011-12-06 17:33:55 (GMT)
commit51cab0b9dbbee5dc6a656a8f4ce15330f36a7a2c (patch)
tree3dcd2f1f636b8b1949b52310d574e85f21f1f0ab /doc
parent0301500009f1e693004b1e1d17d680fc7a9ab224 (diff)
downloadNinja-51cab0b9dbbee5dc6a656a8f4ce15330f36a7a2c.zip
Ninja-51cab0b9dbbee5dc6a656a8f4ce15330f36a7a2c.tar.gz
Ninja-51cab0b9dbbee5dc6a656a8f4ce15330f36a7a2c.tar.bz2
move build/install to README
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc18
1 files changed, 1 insertions, 17 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 2ad5918..43b8fa1 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -136,23 +136,7 @@ Getting started
Start by downloading the code from
https://github.com/martine/ninja[the github repo].
-
-The included `bootstrap.sh` should hopefully produce a working `ninja`
-binary, by first blindly compiling all non-test files together then
-re-building Ninja using itself.
-
-Usage is currently just
-
-----------------
-ninja target
-----------------
-
-where `target` is a known output described by `build.ninja` in the
-current directory.
-
-There is no installation step; the only files of interest to a user
-are the resulting binary and this manual.
-
+The included `README` describes the build and install process.
Writing .ninja files
--------------------