From 5301c443745c5bee52063c880c858ae777fff659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 5 Jun 2019 10:46:49 +0200 Subject: [PATCH] man: comment --- man/buildman.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/buildman.sh b/man/buildman.sh index 6e04501e5..e3674488d 100755 --- a/man/buildman.sh +++ b/man/buildman.sh @@ -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