Closed nichtich closed 4 years ago
We could make the travis job only run on releases although this adds another fragile step to the release process. At least Pandoc 2.7 is required which may require different setup at travis.
German end-user manual is already finished, see https://coli-conc.gbv.de/cocoda/dev/user-manual-de.html.
The PDF manual is only build if the docs/
folder was modified.
public/img/
folder.~I've set up cached LaTeX installation on the travis
branch. The PDF should be build when the docs/
folder was changed and on tagged commits. It looks like there is a new cache for each tag (?), so releases would need longer. Build still fails because pdfbook
is missing (should be part of texlive package pdfjam)
This is already implemented (run
make pdf
indocs/*/
), but