man: comment

This commit is contained in:
Daniel Marjamäki 2019-06-05 10:46:49 +02:00
parent de15a3de5f
commit 5301c44374
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
# To install required tools in debian:
# sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-latex-extra
pandoc manual.md -o manual.pdf -s --pdf-engine=pdflatex --number-sections
pandoc manual.md -o manual.pdf -s --number-sections
pandoc manual.md -o manual.html -s --number-sections