Don't try updating version in non-existent docs/msw/install.txt

This file doesn't exist any more and install.md which replaced it
doesn't contain any references to the version.
This commit is contained in:
Vadim Zeitlin
2018-12-10 18:41:54 +01:00
parent d8a41187ed
commit c0cb5cacd9
2 changed files with 0 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ Here is the list of files that need to be updated:
docs/readme.txt (date needs manual editing) [NOT UPDATED AUTOMATICALLY]
docs/doxygen/Doxyfile (PROJECT_NUMBER and DOCSET_FEEDNAME)
docs/doxygen/mainpages/manual.h (just date) [NOT UPDATED AUTOMATICALLY]
docs/msw/install.txt {major release only}
include/wx/version.h
include/wx/osx/config_xcode.h
samples/docview/Info.plist

View File

@@ -83,9 +83,6 @@ run_sed docs/readme.txt \
"/\//s/$ver_for_sed/$ver_string_new/" \
"/naming: while/s/$ver_for_sed/$ver_string_new/"
run_sed docs/msw/install.txt \
"/^wxWidgets\/releases\//s/$ver_for_sed/$ver_string_new/"
run_sed docs/doxygen/Doxyfile \
"/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/"