git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52382
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
# wxWidgets manual and adjusts the doxygen log to make it more
# readable.
# wxWidgets manual and adjusts the doxygen log to make it more
# readable.
+me=$(basename $0)
+path=${0%%/$me} # path from which the script has been launched
+current=$(pwd)
+cd $path
+
mkdir -p out/html # we need to copy files in this folder below
mkdir -p out/html/wxmsw out/html/wxgtk out/html/wxmac
mkdir -p out/html # we need to copy files in this folder below
mkdir -p out/html/wxmsw out/html/wxgtk out/html/wxmac
#cat doxygen.log | grep -v ".*supplied.*as.*the.*argument.*is.*not.*an.*input.*file.*" >temp
#mv temp doxygen.log
#cat doxygen.log | grep -v ".*supplied.*as.*the.*argument.*is.*not.*an.*input.*file.*" >temp
#mv temp doxygen.log