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

1
.gitignore vendored
View File

@ -12,6 +12,7 @@ env/
fdroidserver.egg-info/
pylint.parseable
/.testfiles/
docs/html/
# files generated by tests
tests/local.properties

View File

@ -1509,7 +1509,7 @@ SDK including these:
@example
cd /path/to/android-sdk/platforms
tar czf android-19.tar.gz android-19
mv android-19.tar.gz /path/to/buildserver/addons/cache/platforms/}
mv android-19.tar.gz /path/to/buildserver/addons/cache/platforms/
@end example
If you have already built a buildserver it is also possible to get this

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"