2016-12-25 00:43:47 +01:00
|
|
|
#!/bin/sh
|
2019-06-05 10:46:49 +02:00
|
|
|
# To install required tools in debian:
|
|
|
|
# sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-latex-extra
|
2020-07-24 19:54:06 +02:00
|
|
|
# For Windows you can use the MiKTeX installer https://miktex.org/download
|
2009-11-15 20:04:05 +01:00
|
|
|
|
2020-07-24 19:54:06 +02:00
|
|
|
./build-pdf.sh manual
|
|
|
|
./build-html.sh manual
|
2020-07-23 16:39:23 +02:00
|
|
|
|
2020-07-24 19:54:06 +02:00
|
|
|
./build-pdf.sh reference-cfg-format
|
|
|
|
./build-html.sh reference-cfg-format
|