From 1227d8f953a0dc97ce2b1c2f58e179aa5c320d03 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Tue, 27 Dec 2011 21:43:39 -0800 Subject: link to blog post in docs --- doc/manual.asciidoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc index 39c197e..3c9c4a8 100644 --- a/doc/manual.asciidoc +++ b/doc/manual.asciidoc @@ -11,11 +11,12 @@ interdependencies of files (typically source code and output executables) and orchestrates building them, _quickly_. Ninja joins a sea of other build systems. Its distinguishing goal is -to be fast. It is born from my work on the Chromium browser project, -which has over 30,000 source files and whose other build systems -(including one built from custom non-recursive Makefiles) can take ten -seconds to start building after changing one file. Ninja is under a -second. +to be fast. It is born from +http://neugierig.org/software/chromium/notes/2011/02/ninja.html[my +work on the Chromium browser project], which has over 30,000 source +files and whose other build systems (including one built from custom +non-recursive Makefiles) can take ten seconds to start building after +changing one file. Ninja is under a second. Philosophical overview -- cgit v0.12