tools/. wine_release

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 9 05:30:22 CST 2005


ChangeSet ID:	21193
CVSROOT:	/opt/cvs-commit
Module name:	tools
Changes by:	julliard at winehq.org	2005/11/09 05:30:22

Modified files:
	.              : wine_release 

Log message:
	Added generation of the HTML API docs.

Patch: http://cvs.winehq.org/patch.py?id=21193

Old revision  New revision  Changes     Path
 1.15          1.16          +2 -0       tools/wine_release

Index: tools/wine_release
diff -u -p tools/wine_release:1.15 tools/wine_release:1.16
--- tools/wine_release:1.15	9 Nov 2005 11:30:22 -0000
+++ tools/wine_release	9 Nov 2005 11:30:22 -0000
@@ -75,6 +75,8 @@ do
   nroff -man $f | ../bin/man2html | ../html2template -o /home/winehq/opt/lostwages/templates/en/docs/$name.template
 done
 
+make htmlpages && rm -rf ../WineAPI && mv documentation/html ../WineAPI
+
 # Wine API Stats
 echo "==== UPDATING WINE API STATS PAGE ===="
 ./tools/winapi/winapi_extract --pseudo-stub-statistics --no-verbose --no-progress > winapi_stats.txt



More information about the wine-cvs mailing list