summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/xdg-app-builder.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/xdg-app-builder.xml b/doc/xdg-app-builder.xml
index 7dbcca9..b57a11f 100644
--- a/doc/xdg-app-builder.xml
+++ b/doc/xdg-app-builder.xml
@@ -175,7 +175,7 @@
<varlistentry>
<term><option>cleanup</option></term>
<listitem><para>An array of file patterns that should be removed at the end.
- Patterns starting with / are taken to be full pathnames, otherwise they just match
+ Patterns starting with / are taken to be full pathnames (without the /app prefix), otherwise they just match
the basename.</para></listitem>
</varlistentry>
<varlistentry>
@@ -329,7 +329,7 @@
<varlistentry>
<term><option>cleanup</option></term>
<listitem><para>An array of file patterns that should be removed at the end.
- Patterns starting with / are taken to be full pathnames, otherwise they just match
+ Patterns starting with / are taken to be full pathnames (without the /app prefix), otherwise they just match
the basename. Note that any patterns will only match files installed by this module.
</para></listitem>
</varlistentry>
@@ -609,7 +609,7 @@
<term><option>--keep-build-dirs</option></term>
<listitem><para>
- Don't remote the sources and build after having built and installed each module.
+ Don't remove the sources and build after having built and installed each module.
This also creates a symlink to the build directory with a stable name ("build-modulename").
</para></listitem>
</varlistentry>