X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..c74d8df09d0c0e182cb2063cc4cc546de3a00fae:/utils/tex2rtf/src/makefile.vc diff --git a/utils/tex2rtf/src/makefile.vc b/utils/tex2rtf/src/makefile.vc index 9552bd1bf8..5732870d0f 100644 --- a/utils/tex2rtf/src/makefile.vc +++ b/utils/tex2rtf/src/makefile.vc @@ -138,8 +138,8 @@ $(DOCDIR)\htmlhelp\tex2rtf.chm : $(DOCDIR)\html\tex2rtf\t2rtf.htm $(DOCDIR)\html # Optionally, a cached version of the .hhp file can be generated with hhp2cached. $(DOCDIR)\htb\tex2rtf.htb: $(DOCDIR)\html\tex2rtf\t2rtf.htm cd $(DOCDIR)\html\tex2rtf - -erase /Y tex2rtf.zip tex2rtf.htb - zip32 tex2rtf.zip *.htm *.gif *.hhp *.hhc *.hhk + -erase tex2rtf.zip tex2rtf.htb + zip tex2rtf.zip *.htm *.gif *.hhp *.hhc *.hhk -mkdir $(DOCDIR)\htb move tex2rtf.zip $(DOCDIR)\htb\tex2rtf.htb cd $(THISDIR)