]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot to export the environment variable so Doxygen picks it up for stripping the...
authorBryan Petty <bryan@ibaku.net>
Fri, 27 Jun 2008 18:23:21 +0000 (18:23 +0000)
committerBryan Petty <bryan@ibaku.net>
Fri, 27 Jun 2008 18:23:21 +0000 (18:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/regen.sh

index 51b673941f94048cb188c913e6edc98cd2e4d8da..259cd6f6482789861db256a8eafa7f547ebd447c 100755 (executable)
@@ -20,7 +20,7 @@ me=$(basename $0)
 path=${0%%/$me}        # path from which the script has been launched
 current=$(pwd)
 cd $path
-WXWIDGETS=`cd ../.. && pwd`
+export WXWIDGETS=`cd ../.. && pwd`
 
 # prepare folders for the cp commands below
 mkdir -p out/html       # we need to copy files in this folder below