[WineHQ] winegcc: build the man page for the site

Dimitrie O. Paun dpaun at rogers.com
Thu Feb 3 18:32:19 CST 2005


ChangeLog
   Build the winegcc man page for the site as a .template.

-- 
Dimi.
-------------- next part --------------
Index: wine_release
===================================================================
RCS file: /home/wine/tools/wine_release,v
retrieving revision 1.10
diff -u -r1.10 wine_release
--- wine_release	17 Jun 2004 00:13:13 -0000	1.10
+++ wine_release	4 Feb 2005 00:30:09 -0000
@@ -88,6 +88,9 @@
 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 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 ====


More information about the wine-patches mailing list