From 7d73178688319a42524df406bf50e032bf05a21d Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 29 Mar 2007 13:28:41 +0000 Subject: [PATCH] put html docs in own dir git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/tex2rtf/docs/makefile.vc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/tex2rtf/docs/makefile.vc b/utils/tex2rtf/docs/makefile.vc index 52ee37bba1..4ec5e7aa6c 100644 --- a/utils/tex2rtf/docs/makefile.vc +++ b/utils/tex2rtf/docs/makefile.vc @@ -39,6 +39,9 @@ tex2rtf.html: $(DOCSOURCES) tex2rtf.ini -erase *.ref -erase *.con -erase *.ref + -mkdir html + -copy *.html html + -copy *.gif html tex2rtf.htb: tex2rtf_contents.html -zip tex2rtf.htb tex2rtf*.html *.hhp *.hhk *.hhc *.gif -- 2.45.2