rename docs
authorEvan Martin <martine@danga.com>
Sun, 5 Dec 2010 00:14:48 +0000 (16:14 -0800)
committerEvan Martin <martine@danga.com>
Sun, 5 Dec 2010 00:14:48 +0000 (16:14 -0800)
README [new file with mode: 0644]
build.ninja
manual.asciidoc [moved from README.asciidoc with 100% similarity]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..de7c975
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+See manual.html.
index 50bbe4e..981a6a6 100644 (file)
@@ -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.
similarity index 100%
rename from README.asciidoc
rename to manual.asciidoc