From d67bdddec508237bf7e5475893d67f028a9b007e Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Thu, 30 Sep 2010 22:44:11 +0200 Subject: Build the tor-fw-helper manpage So far we just had the asciidoc manpage, but didn't build it. --- doc/asciidoc-helper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/asciidoc-helper.sh') diff --git a/doc/asciidoc-helper.sh b/doc/asciidoc-helper.sh index 00f8b8d07f..33e1360a71 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; -- cgit v1.2.3-54-g00ecf