]> git.saurik.com Git - wxWidgets.git/commitdiff
make it callable from any path
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 8 Mar 2008 14:39:02 +0000 (14:39 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 8 Mar 2008 14:39:02 +0000 (14:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/regen.sh

index a542197a39e489f1ab1a8a3e6ce7ea69267dd093..24d361fa4b7bd670cd6244cb5754d7264e3f9943 100755 (executable)
@@ -6,6 +6,11 @@
 # 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
 
@@ -48,3 +53,4 @@ mv temp doxygen.log
 #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
 
+cd $current