projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12f5e1e
)
Forgot to export the environment variable so Doxygen picks it up for stripping the...
author
Bryan Petty
<bryan@ibaku.net>
Fri, 27 Jun 2008 18:23:21 +0000
(18:23 +0000)
committer
Bryan 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
patch
|
blob
|
blame
|
history
diff --git
a/docs/doxygen/regen.sh
b/docs/doxygen/regen.sh
index 51b673941f94048cb188c913e6edc98cd2e4d8da..259cd6f6482789861db256a8eafa7f547ebd447c 100755
(executable)
--- 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