chiark / gitweb /
fix syntax error in manual generation and add ./gendocs.sh to the tests
authorHans-Christoph Steiner <hans@eds.org>
Wed, 5 Aug 2015 22:19:30 +0000 (00:19 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 19 Aug 2015 15:51:29 +0000 (17:51 +0200)
.gitignore
docs/fdroid.texi
tests/run-tests

index 4371053fdd698911dcf33f60cad4defda046f535..c23b9efd10068cff2c32c671986ce67bc1b25494 100644 (file)
@@ -12,6 +12,7 @@ env/
 fdroidserver.egg-info/
 pylint.parseable
 /.testfiles/
+docs/html/
 
 # files generated by tests
 tests/local.properties
index a8d97570f40ef675fe8ce51c4f1aec9ecc7d2d3b..64b1ca96c84cf0d35a4b79f5da6926795b5a3caf 100644 (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
index 2dcc8f44c0aa070bbffabaa752b04810744f836e..7891e3c9a79aedb6d3267d359238728bcbf13dd9 100755 (executable)
@@ -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"