diff --git a/distrib/msw/generic.rsp b/distrib/msw/generic.rsp index b39b40ba85..8acd566e60 100644 --- a/distrib/msw/generic.rsp +++ b/distrib/msw/generic.rsp @@ -60,6 +60,7 @@ docs/html/icons/*.gif docs/html/icons/*.png docs/html/icons/*.jpg docs/tech/*.txt +docs/tech/*.htm src/makeenvs/*.env src/make.env diff --git a/distrib/msw/tmake/vc.t b/distrib/msw/tmake/vc.t index 8219ff56b8..5a2ffd1646 100644 --- a/distrib/msw/tmake/vc.t +++ b/distrib/msw/tmake/vc.t @@ -452,7 +452,7 @@ clean: $(PERIPH_CLEAN_TARGET) # Making documents -docs: allhlp allhtml allpdfrtf +docs: allhlp allhtml allpdfrtf htb htmlhelp alldocs: docs hlp: wxhlp wxhlp: $(DOCDIR)/winhelp/wx.hlp @@ -639,6 +639,13 @@ touchmanual: updatedocs: touchmanual alldocs +cleandocs: + -erase /Y $(DOCDIR)\html\wx\wx.htm + -erase /Y $(DOCDIR)\pdf\wx.rtf + -erase /Y $(DOCDIR)\latex\wx\wx.rtf + -erase /Y $(DOCDIR)\htmlhelp\wx.chm + -erase /Y $(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 diff --git a/distrib/msw/zipdist.bat b/distrib/msw/zipdist.bat index 9da852da6b..bf26c9418e 100755 --- a/distrib/msw/zipdist.bat +++ b/distrib/msw/zipdist.bat @@ -216,6 +216,9 @@ ren s setup.w06 ren setup.w07 s ren s setup.w07 +ren setup.w08 s +ren s setup.w08 + rem Put all the setup files into a single zip archive. zip32 wxMSW-%version%-setup.zip readme.txt setup.* diff --git a/docs/html/news.htm b/docs/html/news.htm index f2adc22645..ccc451b57a 100644 --- a/docs/html/news.htm +++ b/docs/html/news.htm @@ -18,7 +18,7 @@ News -

May 24th, 2000

+

June 4th, 2000