summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean V Kelley <seanvk@posteo.de>2017-01-29 03:03:30 -0800
committerSean V Kelley <seanvk@posteo.de>2017-01-29 03:03:33 -0800
commit7d9c67bb3006f1459c0e5633d7ab5fae4e974cda (patch)
tree0e2d6f760fe6941713490885ba7a30aaf6d6dac9 /doc
parent604abf3dddf4a0cf552d1f805d5693306085c721 (diff)
downloadlibva-7d9c67bb3006f1459c0e5633d7ab5fae4e974cda.tar.gz
doc: Remove log file from script
Signed-off-by: Sean V Kelley <seanvk@posteo.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/ghdeploydoxy.sh1
1 files changed, 0 insertions, 1 deletions
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