chiark / gitweb /
Fix some docs compilation issues
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 1 Oct 2013 09:21:26 +0000 (10:21 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 1 Oct 2013 09:21:26 +0000 (10:21 +0100)
docs/fdroid.texi

index 1712fe562d74714a56a6deedcbdd9cef174d68ee..771b5d9f7080296689fb152426008a16cb56db9b 100644 (file)
@@ -472,6 +472,7 @@ The following sections describe the fields recognised within the file.
 * Disabled::
 * Requires Root::
 * Update Check Mode::
+* Update Check Data::
 * Auto Update Mode::
 * Current Version::
 * Current Version Code::
@@ -925,12 +926,12 @@ example).
 @item maven=yes
 Build with maven instead of ant
 
-@item gradle=<flavour>[@<dir>]
+@item gradle=<flavour>[@@<dir>]
 Build with gradle instead of ant, specifying what flavour to assemble.
 If <flavour> is 'yes', 'main' or empty, no flavour will be used. Note
 that this will not work on projects with flavours, since it will build
 all flavours and there will be no 'main' build.
-If @<dir> is attached to <flavour>, then the gradle tasks will be run in that
+If @@<dir> is attached to <flavour>, then the gradle tasks will be run in that
 directory. This might be necessary if gradle needs to be run in the parent
 directory, in which case one would use 'gradle=<flavour>@..'.