X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0157e579ec97555ea4cf07f2a9683fcb3a6b5065..673ae68a3c63f85da2f58f50c858efb9deeff79c:/distrib/msw/makefile.vc?ds=sidebyside diff --git a/distrib/msw/makefile.vc b/distrib/msw/makefile.vc index 45289df237..a1b4c10509 100644 --- a/distrib/msw/makefile.vc +++ b/distrib/msw/makefile.vc @@ -89,6 +89,7 @@ allpdfrtf: pdfrtf $(DOCDIR)/winhelp/wx.hlp: $(DOCDIR)/latex/wx/wx.rtf $(DOCDIR)/latex/wx/wx.hpj cd $(DOCDIR)/latex/wx + -mkdir $(DOCDIR)\winhelp -erase wx.ph hc wx -erase $(DOCDIR)\winhelp\wx.hlp @@ -104,6 +105,7 @@ $(DOCDIR)/latex/wx/wx.rtf: $(DOCDIR)/latex/wx/classes.tex $(DOCDIR)/late $(DOCDIR)/pdf/wx.rtf: $(DOCDIR)/latex/wx/classes.tex $(DOCDIR)/latex/wx/body.tex $(DOCDIR)/latex/wx/topics.tex $(DOCDIR)/latex/wx/manual.tex cd $(DOCDIR)\latex\wx + -mkdir $(DOCDIR)\pdf -copy *.wmf $(DOCDIR)\pdf -copy *.bmp $(DOCDIR)\pdf -start $(WAITFLAG) tex2rtf $(DOCDIR)/latex/wx/manual.tex $(DOCDIR)/pdf/wx.rtf -twice -rtf @@ -195,10 +197,22 @@ cleandocs: -erase $(DOCDIR)\htmlhelp\wx.chm -erase $(DOCDIR)\htb\wx.htb +# Only clean the online help, not PDF RTF +cleanonlinehelp: + -erase $(DOCDIR)\winhelp\wx.hlp + -erase $(DOCDIR)\winhelp\wx.cnt + -erase $(DOCDIR)\html\wx\*.html + -erase $(DOCDIR)\latex\wx\wx.rtf + -erase $(DOCDIR)\latex\wx\WX.PH + -erase $(DOCDIR)\latex\wx\wx.hpj + -erase $(DOCDIR)\htmlhelp\wx.chm + -erase $(DOCDIR)\mshtml\wx\*.html + -erase $(DOCDIR)\htb\wx.htb + # Start Word, running the GeneratePDF macro. MakeManual.dot should be in the # Office StartUp folder, and PDFMaker should be installed. updatepdf: # touchmanual pdfrtf - start $(WAITFLAG) "winword d:\wx2\wxWidgets\docs\latex\pdf\wx.rtf /mGeneratePDF" + start $(WAITFLAG) "winword d:\wx2\wxWidgets\docs\pdf\wx.rtf /mGeneratePDF" MFTYPE=vc