Home | History | Annotate | only in /xsrc/external/mit/ctwm/dist/doc/devman
Up to higher level directory
NameDateSize
code_style.adoc11-Apr-20214.2K
doxygen.adoc11-Apr-20212.2K
functions.adoc11-Apr-202113K
index.adoc05-Jul-2023954
links.adoc11-Apr-20212K
mkmk.sh05-Jul-2023668
principles.adoc11-Apr-202111.1K
README.md11-Apr-2021526
rlayout.adoc05-Jul-20236.9K
static/19-Feb-2026

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