Correct the name of Doxyfile containing the version.
Use the correct file name in the version update script and version update instructions, it is called just Doxyfile and not Doxyfile_inc now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
429085a3e7
commit
e4cbdb96db
@ -21,7 +21,7 @@
|
|||||||
build/osx/wxvers.xcconfig
|
build/osx/wxvers.xcconfig
|
||||||
docs/changes.txt
|
docs/changes.txt
|
||||||
docs/readme.txt (date needs manual editing) [NOT UPDATED AUTOMATICALLY]
|
docs/readme.txt (date needs manual editing) [NOT UPDATED AUTOMATICALLY]
|
||||||
docs/doxygen/Doxyfile_inc (PROJECT_NUMBER)
|
docs/doxygen/Doxyfile (PROJECT_NUMBER and DOCSET_FEEDNAME)
|
||||||
docs/doxygen/latexdocstart.inc
|
docs/doxygen/latexdocstart.inc
|
||||||
docs/doxygen/mainpages/manual.h (just date) [NOT UPDATED AUTOMATICALLY]
|
docs/doxygen/mainpages/manual.h (just date) [NOT UPDATED AUTOMATICALLY]
|
||||||
docs/msw/install.txt {major release only}
|
docs/msw/install.txt {major release only}
|
||||||
|
@ -86,7 +86,7 @@ run_sed docs/readme.txt \
|
|||||||
"/\//s/$ver_for_sed/$ver_string_new/" \
|
"/\//s/$ver_for_sed/$ver_string_new/" \
|
||||||
"/naming: while/s/$ver_for_sed/$ver_string_new/"
|
"/naming: while/s/$ver_for_sed/$ver_string_new/"
|
||||||
|
|
||||||
run_sed docs/doxygen/Doxyfile_inc \
|
run_sed docs/doxygen/Doxyfile \
|
||||||
"/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/"
|
"/^PROJECT_NUMBER/s/$ver_for_sed/$ver_string_new/"
|
||||||
|
|
||||||
run_sed docs/doxygen/latexdocstart.inc \
|
run_sed docs/doxygen/latexdocstart.inc \
|
||||||
|
Loading…
Reference in New Issue
Block a user