From 35f259cabaa5a50be219e21d66690b2c364de2e1 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Thu, 21 Mar 2013 18:52:59 +0000 Subject: [PATCH] minor fix --- generatepdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generatepdf.sh b/generatepdf.sh index f8845546e..68035fc32 100755 --- a/generatepdf.sh +++ b/generatepdf.sh @@ -1,5 +1,5 @@ #!/bin/sh -pandoc -f markdown -o README.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0-dev --variable author-meta="sqlmap developers" --variable title-meta="sqlmap user's manual" --no-wrap --toc --highlight-style=haddock --number-sections title.txt Scenario.md Techniques.md Features.md Download-and-update.md Dependencies.md History.md Usage.md License.md +pandoc -f markdown -o README.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0-dev --variable author-meta="sqlmap developers" --variable title-meta="sqlmap user's manual" --no-wrap --toc --highlight-style=haddock --number-sections title.txt Introduction.md Techniques.md Features.md Download-and-update.md Dependencies.md History.md Usage.md License.md pandoc -f markdown -o FAQ.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0-dev --variable author-meta="sqlmap developers" --variable title-meta="sqlmap frequently asked questions (FAQ)" --no-wrap --toc --highlight-style=haddock --number-sections title_faq.txt FAQ.md