diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-09-30 22:44:11 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-09-30 23:13:24 +0200 |
commit | d67bdddec508237bf7e5475893d67f028a9b007e (patch) | |
tree | 3a5f5e76aa29fc0267d8186a573a5e2b4ff025c1 /doc/asciidoc-helper.sh | |
parent | d2cca82b7688f96238bfd929633c998bfe86e31b (diff) | |
download | tor-d67bdddec508237bf7e5475893d67f028a9b007e.tar.gz tor-d67bdddec508237bf7e5475893d67f028a9b007e.zip |
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-x | doc/asciidoc-helper.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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; |