From: borenet@google.com Date: Wed, 26 Sep 2012 16:25:22 +0000 (+0000) Subject: Fix update-doxygen (again) X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~14733 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71f0f8e1caf26795a632e4f19524ecb3645bb115;p=platform%2Fupstream%2FlibSkiaSharp.git 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 --- diff --git a/tools/update-doxygen.sh b/tools/update-doxygen.sh index f573fd7..5351659 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