From: Sean V Kelley Date: Sun, 29 Jan 2017 11:03:30 +0000 (-0800) Subject: doc: Remove log file from script X-Git-Tag: android-x86-7.1-r1~46 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fhardware-intel-common-libva.git;a=commitdiff_plain;h=7d9c67bb3006f1459c0e5633d7ab5fae4e974cda doc: Remove log file from script Signed-off-by: Sean V Kelley --- diff --git a/doc/ghdeploydoxy.sh b/doc/ghdeploydoxy.sh index 4804f1f..d898090 100644 --- a/doc/ghdeploydoxy.sh +++ b/doc/ghdeploydoxy.sh @@ -100,7 +100,6 @@ if [ -d "html-out" ] && [ -f "html-out/index.html" ]; then git reset --soft $CURRENTCOMMIT # Move HEAD back to where it was # Move doxy files into local gh-pages branch folder - mv ../../doxygen.log . mv ../../html-out/* . # Need to create a .nojekyll file to allow filenames starting with an underscore