summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manual.asciidoc3
-rw-r--r--todo4
2 files changed, 7 insertions, 0 deletions
diff --git a/manual.asciidoc b/manual.asciidoc
index fda1c12..63d863b 100644
--- a/manual.asciidoc
+++ b/manual.asciidoc
@@ -144,6 +144,9 @@ 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 user are
+the resulting binary and this manual.
+
Creating .ninja files
---------------------
diff --git a/todo b/todo
index 3b3c5df..b97df0d 100644
--- a/todo
+++ b/todo
@@ -1,6 +1,10 @@
necessary
=========
+website, contact info
+
+-j flag for parallelism
+
delete halfway-built output files when interrupted
frosting