ChangeSet ID: 16014 CVSROOT: /opt/cvs-commit Module name: tools Changes by: jnewman@wine.codeweavers.com 2005/02/09 16:32:42 Modified files: . : wine_release Log message: Dimitrie O. Paun * Build the winegcc man page for the site as a .template. Patch: http://cvs.winehq.org/patch.py?id=16014 Old revision New revision Changes Path 1.10 1.11 +4 -0 tools/wine_release Index: tools/wine_release diff -u -p tools/wine_release:1.10 tools/wine_release:1.11 --- tools/wine_release:1.10 Sun May 19 01:09:02 2013 +++ tools/wine_release Sun May 19 01:09:02 2013 @@ -88,6 +88,9 @@ do nroff -man wmc.man | ../../../bin/man cd .. cd wrc do nroff -man wrc.man | ../../../bin/man2html > ../../../wrc-man.html +cd .. +cd winegcc +do nroff -man winegcc.man | ../../../bin/man2html > ../../../winegcc-man.html cd .. cd .. # build documentation @@ -125,6 +128,7 @@ do ./html2template -i wmc-man.html -o /h do ./html2template -i wrc-man.html -o /home/winehq/opt/lostwages/templates/en/docs/wrc.template do ./html2template -i wine-man.html -o /home/winehq/opt/lostwages/templates/en/docs/wine.template do ./html2template -i wine-conf-man.html -o /home/winehq/opt/lostwages/templates/en/docs/wine-conf.template +do ./html2template -i winegcc-man.html -o /home/winehq/opt/lostwages/templates/en/docs/winegcc.template # Wine API Stats do echo ==== UPDATING WINE API STATS PAGE ====