forked from pfqgauxfb/code-analysis
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
339 B
11 lines
339 B
#!/bin/sh
|
|
# To install required tools in debian:
|
|
# sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-latex-extra
|
|
# For Windows you can use the MiKTeX installer https://miktex.org/download
|
|
|
|
./build-pdf.sh manual
|
|
./build-html.sh manual
|
|
|
|
./build-pdf.sh reference-cfg-format
|
|
./build-html.sh reference-cfg-format
|