|
5 days ago | |
---|---|---|
icons | 11 years ago | |
locales | 2 years ago | |
public | 3 years ago | |
source | 5 days ago | |
.gitignore | 7 months ago | |
.gitlab-ci.yml | 1 month ago | |
CONTRIBUTING.md | 2 years ago | |
LICENSE | 4 years ago | |
Makefile | 1 year ago | |
README.md | 6 months ago | |
advancedkeyboard.png | 10 months ago | |
mappings.pl | 3 years ago | |
planningbymonths.png | 9 months ago |
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 make python3-sphinx python3-sphinxcontrib.spelling python3-pip
sudo pip3 install sphinx_rtd_theme
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