diff --git a/docs/tech/tn0011.txt b/docs/tech/tn0011.txt index f10e8c63e4..4dd490dec8 100644 --- a/docs/tech/tn0011.txt +++ b/docs/tech/tn0011.txt @@ -21,7 +21,7 @@ build/osx/wxvers.xcconfig docs/changes.txt 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/mainpages/manual.h (just date) [NOT UPDATED AUTOMATICALLY] docs/msw/install.txt {major release only} diff --git a/misc/scripts/inc_release b/misc/scripts/inc_release index dd369cbd0e..526b49659f 100755 --- a/misc/scripts/inc_release +++ b/misc/scripts/inc_release @@ -86,7 +86,7 @@ run_sed docs/readme.txt \ "/\//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/" run_sed docs/doxygen/latexdocstart.inc \