Fix update-doxygen, which fails when skia-autogen is reset
authorborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 26 Sep 2012 16:09:43 +0000 (16:09 +0000)
committerborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 26 Sep 2012 16:09:43 +0000 (16:09 +0000)
commit72e3403914f465f05f1658f829e066ea3404d959
treef116def491cf9c5bdb624e78df0bc46fd46c48d0
parent4588ce85cd19dd9449468cb1ace8ec5225ff692e
Fix update-doxygen, which fails when skia-autogen is reset

static_footer.txt was removed from skia/docs in r2837, but update-doxygen.sh
requires it to exist in skia-autogen.  If skia-autogen is cleared (frequently),
then static_footer.txt can't be found.  Add it back to trunk/tools and manually
copy it if needed.
Review URL: https://codereview.appspot.com/6568054

git-svn-id: http://skia.googlecode.com/svn/trunk@5694 2bbb7eff-a529-9590-31e7-b0007b416f81
tools/doxygen_footer.txt [new file with mode: 0644]
tools/update-doxygen.sh