Lines Matching full:docs
4 # can be browsed at http://skia-autogen.googlecode.com/svn/docs/html/index.html
9 # whether docs should be commited (true by default).
17 svn checkout https://skia-autogen.googlecode.com/svn/docs # writeable
20 # docs directory does not exist, skia-autogen must have been reset.
21 # Create a non svn docs directory instead.
22 mkdir docs
26 # Prepare a temporary dir and check out Skia trunk and docs.
39 if [ -d "docs" ]; then
40 svn update --accept theirs-full docs
41 svn info docs
45 rm -rf docs
52 if [ ! -f "docs/static_footer.txt" ]; then
53 cp trunk/tools/doxygen_footer.txt docs/static_footer.txt
65 cd ../docs
104 # Commit the updated docs to the subversion repo.