projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
no real changes, just some minor cleanup to fix a few compile- and run-time warnings...
[wxWidgets.git]
/
docs
/
doxygen
/
regen.sh
diff --git
a/docs/doxygen/regen.sh
b/docs/doxygen/regen.sh
index 586b4fdc056f1d67bde9edcfb0a13954c1bae2ca..259cd6f6482789861db256a8eafa7f547ebd447c 100755
(executable)
--- a/
docs/doxygen/regen.sh
+++ b/
docs/doxygen/regen.sh
@@
-20,6
+20,7
@@
me=$(basename $0)
path=${0%%/$me} # path from which the script has been launched
current=$(pwd)
cd $path
+export WXWIDGETS=`cd ../.. && pwd`
# prepare folders for the cp commands below
mkdir -p out/html # we need to copy files in this folder below