Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 8028e91

Browse files
committed
Merge pull request ninja-build#1100 from nico/doc
Minor updates to the manual.
2 parents ca5fc79 + 17852da commit 8028e91

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

doc/manual.asciidoc

+5-9
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,13 @@ http://code.google.com/p/gyp/[gyp]:: The meta-build system used to
158158
generate build files for Google Chrome and related projects (v8,
159159
node.js). gyp can generate Ninja files for all platforms supported by
160160
Chrome. See the
161-
http://code.google.com/p/chromium/wiki/NinjaBuild[Chromium Ninja
162-
documentation for more details].
161+
https://chromium.googlesource.com/chromium/src/+/master/docs/ninja_build.md[Chromium Ninja documentation for more details].
163162
164-
http://www.cmake.org/[CMake]:: A widely used meta-build system that
165-
can generate Ninja files on Linux as of CMake version 2.8.8. (There
166-
is some Mac and Windows support -- http://www.reactos.org[ReactOS]
167-
uses Ninja on Windows for their buildbots, but those platforms are not
168-
yet officially supported by CMake as the full test suite doesn't
169-
pass.)
163+
https://cmake.org/[CMake]:: A widely used meta-build system that
164+
can generate Ninja files on Linux as of CMake version 2.8.8. Newer versions
165+
of CMake support generating Ninja files on Windows and Mac OS X too.
170166
171-
others:: Ninja ought to fit perfectly into other meta-build software
167+
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
172168
like http://industriousone.com/premake[premake]. If you do this work,
173169
please let us know!
174170

0 commit comments

Comments
 (0)