From 2c2ed3975dd775f877a911fcd4711e4289b7d7ed Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sun, 15 Jul 2012 21:34:24 +0100 Subject: [PATCH] minor adjustments --- generatepdf.sh | 2 +- title.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generatepdf.sh b/generatepdf.sh index 219a4bc10..ca7c4903c 100755 --- a/generatepdf.sh +++ b/generatepdf.sh @@ -1,3 +1,3 @@ #!/bin/sh -pandoc -f markdown -o Users-manual.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0 --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-and-copyright.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 Scenario.md Techniques.md Features.md Download-and-update.md Dependencies.md History.md Usage.md License-and-copyright.md diff --git a/title.txt b/title.txt index 346229b9f..14923b6a3 100644 --- a/title.txt +++ b/title.txt @@ -1,3 +1,3 @@ % sqlmap user's manual % [Bernardo Damele A. G.](mailto:bernardo@sqlmap.org) and [Miroslav Stampar](mailto:miroslav@sqlmap.org) -% July 14, 2012 +% July 14, 2012 (**DRAFT**)