]> git.saurik.com Git - wxWidgets.git/commit
Don't use "readlink -e" in docs generation script, it's not portable.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 12:44:51 +0000 (12:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 12:44:51 +0000 (12:44 +0000)
commitee6e22d94cd07fbe4bf522603c17546514c6934d
tree503e62ad89d825987c6fa8d8a7455217f0766c9a
parentd166393042aa59c3247c77ea997e68a835e8e4f5
Don't use "readlink -e" in docs generation script, it's not portable.

"readlink" command also exists under OS X but with a completely different
syntax than under Linux, so just use "pwd -P" to get the physical path name
instead, this should hopefully work everywhere as it's POSIX.

Closes #14796.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/regen.sh