This is the main repository for the Koha manual.
It is mirrored at git.koha-community.org.
The manual is generated with Sphinx.
sudo apt-get install python3-sphinx python3-sphinxcontrib.spelling
make html
make singlehtml
make epub
Install latexmk, the latexpdf builder needs it
apt install latexmk
Install texlive-full. Attention: this is very huge
apt install texlive-full
Generate the latex files
make latex
Generate the PDF file
make latexpdf
To find everything that you can do, you can just do
make
And it will list all the available options. Some useful ones are
make spelling
make linkcheck
make gettext