X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b70d3b9f442d1b70b1dec92d80ddcf40538a2ac4..8d462eb74a32a522427e658441d1bc5e67b2d8a5:/distrib/msw/makefile.vc diff --git a/distrib/msw/makefile.vc b/distrib/msw/makefile.vc index e339d486da..a1b4c10509 100644 --- a/distrib/msw/makefile.vc +++ b/distrib/msw/makefile.vc @@ -197,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