Alexandre Julliard : wine_release: Run c2man.pl directly.

Alexandre Julliard julliard at winehq.org
Mon Dec 20 15:42:28 CST 2021


Module: tools
Branch: master
Commit: 0eed6f3a9b0d5ae7058c2ba37ba84b7addc5e21f
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=0eed6f3a9b0d5ae7058c2ba37ba84b7addc5e21f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Dec 20 10:54:07 2021 +0100

wine_release: Run c2man.pl directly.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 wine_release | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wine_release b/wine_release
index b6a27bd..1ef8b7e 100755
--- a/wine_release
+++ b/wine_release
@@ -69,7 +69,7 @@ then
     groff -man -T html -P -l -k -K utf8 $f | $tools_dir/html2template -o $name.template && mv -f $name.template $templates_dir/$lang/docs/`basename $name .$lang.UTF-8`.template
   done
 
-  make -s htmlpages && rm -rf ../WineAPI && mv documentation/html ../WineAPI
+  $tools_dir/c2man.pl -Th -Iinclude -o documentation/html && rm -rf ../WineAPI && mv documentation/html ../WineAPI
 
   cd ..
   rm -rf wine-$version




More information about the wine-cvs mailing list