• Home
Name Date Size #Lines LOC

..--

README.mdD12-May-2024584 129

dblatex.xslD12-May-2024402 86

docbook.xslD12-May-20241.4 KiB3515

doxygen.configD12-May-202449.9 KiB1,251893

manual.asciidocD12-May-202447.2 KiB1,273997

style.cssD12-May-2024423 3029

README.md

1This directory contains the Ninja manual and support files used in
2building it.  Here's a brief overview of how it works.
3
4The source text, `manual.asciidoc`, is written in the AsciiDoc format.
5AsciiDoc can generate HTML but it doesn't look great; instead, we use
6AsciiDoc to generate the Docbook XML format and then provide our own
7Docbook XSL tweaks to produce HTML from that.
8
9In theory using AsciiDoc and DocBook allows us to produce nice PDF
10documentation etc.  In reality it's not clear anyone wants that, but the
11build rules are in place to generate it if you install dblatex.
12