From: Ciaran Gultnieks Date: Tue, 1 Oct 2013 09:21:26 +0000 (+0100) Subject: Fix some docs compilation issues X-Git-Tag: 0.1~389 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=057c1f06e46837623dc41f61fba0249f75cb14f1;p=fdroidserver.git Fix some docs compilation issues --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 1712fe56..771b5d9f 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -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=[@] +@item gradle=[@@] Build with gradle instead of ant, specifying what flavour to assemble. If 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 @ is attached to , then the gradle tasks will be run in that +If @@ is attached to , 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=@..'.