From 17de606b773622f56f2f2947ed209c5d9ebf6709 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 11 Jul 2012 11:42:32 +0000 Subject: [PATCH] Change the format of the documentation archives for the release. Call them wxWidgets-x.y.z-docs-nnn instead of wxWidgets-docs-nnn.x.y.z. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/tools/make-html-docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/make-html-docs b/build/tools/make-html-docs index 24b1622c55..771b67e88f 100755 --- a/build/tools/make-html-docs +++ b/build/tools/make-html-docs @@ -16,7 +16,7 @@ set -e set -x docs_dir_name=wxWidgets-$version -docs_file_basename=wxWidgets-docs-html-$version +docs_file_basename=wxWidgets-$version-docs-html cd docs/doxygen ./regen.sh html -- 2.50.0