mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-22 18:12:04 +03:00
minor fix
parent
e1d3cbd4f7
commit
c05ee0eeb2
2
generatepdf.sh
Normal file → Executable file
2
generatepdf.sh
Normal file → Executable file
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
pandoc -f markdown -o Users-manual.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --toc --highlight-style=haddock --number-sections title.txt Users-manual.md
|
||||
pandoc -f markdown -o Users-manual.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0 --toc --highlight-style=haddock --number-sections title.txt Users-manual.md
|
||||
|
|
Loading…
Reference in New Issue
Block a user