- PDF manual is in now built along side html one

- Fixed the incorrect copyright for pdf manual
 - added the missing percona-logo to the pdf manual
This commit is contained in:
Hrvoje Matijakovic
2015-01-15 12:51:25 +01:00
parent 732a3fa9cc
commit ff7e218c96
6 changed files with 2989 additions and 748 deletions

View File

@@ -168,7 +168,7 @@ fi
BUILD=${BUILD:-1}
if [ $BUILD -eq 1 ]; then
cd $BRANCH/config/sphinx-build
make html
make html && make latexpdf
exit_status=$(( exit_status | $? ))
fi