10bbfda8aSnia# Developer's Manual
20bbfda8aSnia
30bbfda8aSniaYou'll need [asciidoctor](http://asciidoctor.org/) to build the manual.
40bbfda8aSniaWith a little manual hackery of the generated Makefile, you can try using
50bbfda8aSniathe old python asciidoc instead; it will probably _mostly_ work, but
60bbfda8aSniayou'll get some odd formatting in at least some cases.  No attempt is
70bbfda8aSniamade to remain compatible (unlike the user manual, where compatibility is
80bbfda8aSniastill currently intended).
90bbfda8aSnia
100bbfda8aSnia    % ./mkmk.sh
110bbfda8aSnia    % make
120bbfda8aSnia    # view HTML in build/
130bbfda8aSnia
140bbfda8aSniaIf you add new `*.adoc` files, you'll need to rerun `mkmk.sh`.
15