From 20ac3ed64450eded778a7b747bd3fde0b471fd32 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 4 Feb 2005 09:41:20 +0000 Subject: [PATCH] fix path for pdf git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2