From: Chris Elliott Date: Fri, 4 Feb 2005 09:41:20 +0000 (+0000) Subject: fix path for pdf X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/20ac3ed64450eded778a7b747bd3fde0b471fd32 fix path for pdf git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/makefile.vc b/distrib/msw/makefile.vc index e339d486da..ff5aa23f72 100644 --- a/distrib/msw/makefile.vc +++ b/distrib/msw/makefile.vc @@ -200,7 +200,7 @@ cleandocs: # 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