aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc-helper.sh
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-09-30 22:44:11 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-09-30 23:13:24 +0200
commitd67bdddec508237bf7e5475893d67f028a9b007e (patch)
tree3a5f5e76aa29fc0267d8186a573a5e2b4ff025c1 /doc/asciidoc-helper.sh
parentd2cca82b7688f96238bfd929633c998bfe86e31b (diff)
downloadtor-d67bdddec508237bf7e5475893d67f028a9b007e.tar
tor-d67bdddec508237bf7e5475893d67f028a9b007e.tar.gz
Build the tor-fw-helper manpage
So far we just had the asciidoc manpage, but didn't build it.
Diffstat (limited to 'doc/asciidoc-helper.sh')
-rwxr-xr-xdoc/asciidoc-helper.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/asciidoc-helper.sh b/doc/asciidoc-helper.sh
index 00f8b8d07..33e1360a7 100755
--- a/doc/asciidoc-helper.sh
+++ b/doc/asciidoc-helper.sh
@@ -17,6 +17,7 @@ output=$3
if [ "$1" = "html" ]; then
input=${output%%.html.in}.1.txt
base=${output%%.html.in}
+
if [ "$2" != none ]; then
"$2" -d manpage -o $output $input;
else
@@ -32,7 +33,7 @@ if [ "$1" = "html" ]; then
elif [ "$1" = "man" ]; then
input=${output%%.1.in}.1.txt
base=${output%%.1.in}
-
+
if test "$2" = none; then
echo "==================================";
echo;