From: Bryan Petty Date: Fri, 27 Jun 2008 18:23:21 +0000 (+0000) Subject: Forgot to export the environment variable so Doxygen picks it up for stripping the... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e515613734bf094bc3ee8189aad48f3d3fdbb604?ds=inline Forgot to export the environment variable so Doxygen picks it up for stripping the path. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/regen.sh b/docs/doxygen/regen.sh index 51b673941f..259cd6f648 100755 --- a/docs/doxygen/regen.sh +++ b/docs/doxygen/regen.sh @@ -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