mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 10:10:30 +03:00
fix syntax error in manual generation and add ./gendocs.sh to the tests
This commit is contained in:
parent
46b1f09de3
commit
6db6433e97
3 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue