chiark / gitweb /
manual: Don't reuse scanignore doc in scandelete
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 8 Sep 2015 22:36:18 +0000 (15:36 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 8 Sep 2015 22:36:18 +0000 (15:36 -0700)
docs/fdroid.texi

index caff594e971d270e73ccfc5df7da0f3bce62feb4..76988d96f437d0487d9472f1496acdbb2bb33ad8 100644 (file)
@@ -980,11 +980,13 @@ When scanning the source tree for problems, matching files whose relative
 paths start with any of the paths given here are ignored.
 
 @item scandelete=<path1>[,<path2>,...]
-Similar to scanignore=, but instead of ignoring files under the given paths,
-it tells f-droid to delete the matching files directly.
+When running the scan process, any files that trigger errors - like binaries -
+will be removed. It acts just like scanignore=, but instead of ignoring the
+files, it removes them.
 
-When scanning the source tree for problems, matching files whose relative
-paths start with any of the paths given here are removed.
+Useful when a source code repository includes binaries or other unwanted files
+which are not needed for the build. Instead of removing them manually via rm=,
+using scandelete= is easier.
 
 @item build=xxxx
 As for 'prebuild', but runs during the actual build phase (but before the