From: David Black Date: Sun, 14 Jul 2013 22:41:18 +0000 (+0100) Subject: don't say Android library since compiled Android libraries are now used X-Git-Tag: 0.1~487 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=60e923d6d89cefdefce138f5e7c7f8ba4aebd3d5;p=fdroidserver.git don't say Android library since compiled Android libraries are now used --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 25b636bc..7cfbe477 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -795,7 +795,7 @@ If specified, the package version code in the AndroidManifest.xml is replaced with the version code for the build. See also forceversion. @item rm= -Specifies the relative path of file to delete before the build is +Specifies the relative path of a file to delete before the build is done. The path is relative to the base of the build directory - i.e. the root of the directory structure checked out from the source respository - not necessarily the directory that contains @@ -820,7 +820,7 @@ Specifies a list of external libraries (jar files) from the of the project. Separate items with semicolons. @item srclibs=a@@r;b@@r1; -Specifies a list of source or Android libraries. Separate items with +Specifies a list of source libraries or Android projects. Separate items with semicolons, and each item is of the form name@@rev where name is the predefined source library name and rev is the revision or tag in source control to use. Each srclib has a metadata file under srclibs/ in the repository directory,