X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/10da75d0980f596bf0572012fa303a3a0a342b2b..fbfe2d4e7caa118e1b609151bc72e7e5c7ac0f32:/docs/doxygen/regen.sh 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