diff options
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | build.ninja | 4 | ||||
-rw-r--r-- | manual.asciidoc (renamed from README.asciidoc) | 0 |
3 files changed, 3 insertions, 2 deletions
@@ -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 |