Alexandre Julliard : wine_release: Use groff to convert man pages to html.
Module: tools Branch: master Commit: aed344165c25f2d0b9af6b3a7930ef8639cb5c3a URL: http://source.winehq.org/git/tools.git/?a=commit;h=aed344165c25f2d0b9af6b3a7... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jun 28 20:42:07 2013 +0200 wine_release: Use groff to convert man pages to html. --- wine_release | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wine_release b/wine_release index 2c83621..32d245a 100755 --- a/wine_release +++ b/wine_release @@ -79,7 +79,7 @@ then do name=`basename $f .man` make -s -C `dirname $f` $name.man - nroff -man $f | ../bin/man2html --pgsize=100000 | $tools_dir/html2template -o $name.template && mv -f $name.template $templates_dir/en/docs/$name.template + groff -man -T html -P -l -k -K utf8 $f | $tools_dir/html2template -o $name.template && mv -f $name.template $templates_dir/en/docs/$name.template done make -s htmlpages && rm -rf ../WineAPI && mv documentation/html ../WineAPI
participants (1)
-
Alexandre Julliard