man: comment
This commit is contained in:
parent
de15a3de5f
commit
5301c44374
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue