NameDateSize

..10-Nov-202534

code_style.adocH A D10-Nov-20254.2 KiB

doxygen.adocH A D10-Nov-20252.2 KiB

functions.adocH A D10-Nov-202513 KiB

index.adocH A D10-Nov-2025954

links.adocH A D10-Nov-20252 KiB

mkmk.shH A D10-Nov-2025668

principles.adocH A D10-Nov-202511.1 KiB

README.mdH A D10-Nov-2025526

rlayout.adocH A D10-Nov-20256.9 KiB

static/H10-Nov-202526

README.md

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