]> git.saurik.com Git - wxWidgets.git/commit
Deal correctly with wx directory being a symlink in docs generation script.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Nov 2012 17:14:54 +0000 (17:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Nov 2012 17:14:54 +0000 (17:14 +0000)
commitff39e2f2b21442cadb2775d484c310663e548a22
tree85f29f481e26f4ca95a8ba70ede2d2cecb1e1236
parenta96de8a36a5cb9098842d35046d65e2d685d9ff1
Deal correctly with wx directory being a symlink in docs generation script.

The script calling Doxygen is smart enough to strip the path of the wxWidgets
directory from the paths of the files, but it didn't do it correctly if this
directory was a symlink.

Fix this by using readlink, if available, to get the canonical name.

Closes #14796.

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