summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2010-12-05 00:14:48 (GMT)
committerEvan Martin <martine@danga.com>2010-12-05 00:14:48 (GMT)
commit95478a2cedcc3511096d0d8dbfffe6f863ff6051 (patch)
tree2e266e048b62fcd7406b758a4332608237b22cc2
parent4a4fc3b7d8d12cdb094fec356f660f25854f252b (diff)
downloadNinja-95478a2cedcc3511096d0d8dbfffe6f863ff6051.zip
Ninja-95478a2cedcc3511096d0d8dbfffe6f863ff6051.tar.gz
Ninja-95478a2cedcc3511096d0d8dbfffe6f863ff6051.tar.bz2
rename docs
-rw-r--r--README1
-rw-r--r--build.ninja4
-rw-r--r--manual.asciidoc (renamed from README.asciidoc)0
3 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..de7c975
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+See manual.html.
diff --git a/build.ninja b/build.ninja
index 50bbe4e..981a6a6 100644
--- a/build.ninja
+++ b/build.ninja
@@ -63,8 +63,8 @@ build graph.png: gengraph @graph.dot
rule asciidoc
command = asciidoc -a toc $in
-build README.html: asciidoc README.asciidoc
-build doc: phony | README.html
+build manual.html: asciidoc manual.asciidoc
+build doc: phony | manual.html
# Use the built-in phony rule and an order-only dependency
# to make building "all" build all targets.
diff --git a/README.asciidoc b/manual.asciidoc
index b348459..b348459 100644
--- a/README.asciidoc
+++ b/manual.asciidoc