aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-26 16:25:22 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-26 16:25:22 +0000
commit71f0f8e1caf26795a632e4f19524ecb3645bb115 (patch)
treed155fcb82bb2590e88514256e766e51ce956caa2 /tools
parent72e3403914f465f05f1658f829e066ea3404d959 (diff)
Fix update-doxygen (again)
Bash trickery to find the script directory did not work, but we can just use "trunk/tools" since trunk gets checked out into $DOXYGEN_TEMPDIR. Review URL: https://codereview.appspot.com/6573055 git-svn-id: http://skia.googlecode.com/svn/trunk@5696 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update-doxygen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/update-doxygen.sh b/tools/update-doxygen.sh
index f573fd79e7..5351659745 100755
--- a/tools/update-doxygen.sh
+++ b/tools/update-doxygen.sh
@@ -31,8 +31,7 @@ if [ -d "docs" ]; then
else
svn checkout https://skia-autogen.googlecode.com/svn/docs # writeable
if [ ! -f "docs/static_footer.txt" ]; then
- TOOLS_DIR="$(cd "$(dirname "$0" )" && pwd )"
- cp ${TOOLS_DIR}/doxygen_footer.txt docs/static_footer.txt
+ cp trunk/tools/doxygen_footer.txt docs/static_footer.txt
fi
fi