README.md
1 # Developer's Manual
2
3 You'll need [asciidoctor](http://asciidoctor.org/) to build the manual.
4 With a little manual hackery of the generated Makefile, you can try using
5 the old python asciidoc instead; it will probably _mostly_ work, but
6 you'll get some odd formatting in at least some cases. No attempt is
7 made to remain compatible (unlike the user manual, where compatibility is
8 still currently intended).
9
10 % ./mkmk.sh
11 % make
12 # view HTML in build/
13
14 If you add new `*.adoc` files, you'll need to rerun `mkmk.sh`.
15