summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-02-03 22:01:45 (GMT)
committerNico Weber <nicolasweber@gmx.de>2016-02-03 22:01:45 (GMT)
commit17852dae5bd7f63fdaa091db5e3284e87c56ef99 (patch)
tree9917440c3f9f58a16359f7fb9de5f310baf9b1ea /doc
parent27c87c5efdb5c5243550a9261c122a1e9d7d0c75 (diff)
downloadNinja-17852dae5bd7f63fdaa091db5e3284e87c56ef99.zip
Ninja-17852dae5bd7f63fdaa091db5e3284e87c56ef99.tar.gz
Ninja-17852dae5bd7f63fdaa091db5e3284e87c56ef99.tar.bz2
Minor updates to the manual.
* Update link to Chromium's ninja docs (fixes #1038) * Update cmake URL to what it redirects to, and mention that ninja is well-supported on all platforms in newer CMake versions. * Let "others" link to the wiki page listing generators.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.asciidoc14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index ab5c945..52b3a31 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -158,17 +158,13 @@ http://code.google.com/p/gyp/[gyp]:: The meta-build system used to
generate build files for Google Chrome and related projects (v8,
node.js). gyp can generate Ninja files for all platforms supported by
Chrome. See the
-http://code.google.com/p/chromium/wiki/NinjaBuild[Chromium Ninja
-documentation for more details].
+https://chromium.googlesource.com/chromium/src/+/master/docs/ninja_build.md[Chromium Ninja documentation for more details].
-http://www.cmake.org/[CMake]:: A widely used meta-build system that
-can generate Ninja files on Linux as of CMake version 2.8.8. (There
-is some Mac and Windows support -- http://www.reactos.org[ReactOS]
-uses Ninja on Windows for their buildbots, but those platforms are not
-yet officially supported by CMake as the full test suite doesn't
-pass.)
+https://cmake.org/[CMake]:: A widely used meta-build system that
+can generate Ninja files on Linux as of CMake version 2.8.8. Newer versions
+of CMake support generating Ninja files on Windows and Mac OS X too.
-others:: Ninja ought to fit perfectly into other meta-build software
+https://github.com/ninja-build/ninja/wiki/List-of-generators-producing-ninja-build-files[others]:: Ninja ought to fit perfectly into other meta-build software
like http://industriousone.com/premake[premake]. If you do this work,
please let us know!