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