X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/74aefe5837aef517b5670aa4b3c7048ffcb63819..b56af10bf3ef19162b15007486457fa55a5ac3b4:/scripts/htmlman diff --git a/scripts/htmlman b/scripts/htmlman index 54faee1..17fc7f3 100755 --- a/scripts/htmlman +++ b/scripts/htmlman @@ -1,7 +1,7 @@ #! /bin/sh # # This file is part of DisOrder -# Copyright (C) 2004, 2005 Richard Kettlewell +# Copyright (C) 2004, 2005, 2007, 2008 Richard Kettlewell # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -43,17 +43,17 @@ title=$(basename $1) echo "" echo " " if $stdhead; then - echo "@include{stdhead}@" + echo "@quiethead@#" fi echo " $title" echo " " echo " " if $stdhead; then - echo "@include{@label{menu}@}@" + echo "@stdmenu{}@#" fi printf "
"
 # this is kind of painful using only BREs
-nroff -man "$1" | sed \
+nroff -Tascii -man "$1" | ${GNUSED} \
                       '1d;$d;
                        1,/./{/^$/d};
                        s/&/\&/g;
@@ -67,7 +67,7 @@ nroff -man "$1" | sed \
                        s!<\1>!!g'
 echo "
" if $stdhead; then - echo "@include{@label{menu}@end}@" + echo "@credits" fi echo " " echo ""