fix syntax error in manual generation and add ./gendocs.sh to the tests

This commit is contained in:
Hans-Christoph Steiner 2015-08-06 00:19:30 +02:00
parent 46b1f09de3
commit 6db6433e97
3 changed files with 9 additions and 1 deletions

View file

@ -102,6 +102,13 @@ for testcase in $WORKSPACE/tests/*.TestCase; do
done
#------------------------------------------------------------------------------#
echo_header "build the TeX manual"
cd $WORKSPACE/docs
./gendocs.sh -o html --email admin@f-droid.org fdroid "F-Droid Server Manual"
#------------------------------------------------------------------------------#
echo_header "create a source tarball and use that to build a repo"