summaryrefslogtreecommitdiff
path: root/src/devel/1_preparing.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/devel/1_preparing.xml')
-rw-r--r--src/devel/1_preparing.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devel/1_preparing.xml b/src/devel/1_preparing.xml
index 4584caa..6892373 100644
--- a/src/devel/1_preparing.xml
+++ b/src/devel/1_preparing.xml
@@ -177,31 +177,31 @@
<variablelist>
<varlistentry>
<term><command>checksum</command></term>
- <listitem>This subcommand instructs <command>abuild</command> to recreate the checksum lines at the end of the <filename>APKBUILD</filename>. This is typically used when "bumping" or upgrading the software package (which causes it to have new source code). It is also used when creating, modifying, or removing patches from the package.</listitem>
+ <listitem><para>This subcommand instructs <command>abuild</command> to recreate the checksum lines at the end of the <filename>APKBUILD</filename>. This is typically used when "bumping" or upgrading the software package (which causes it to have new source code). It is also used when creating, modifying, or removing patches from the package.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>fetch</command></term>
- <listitem>This subcommand instructs <command>abuild</command> to fetch external source(s) specified in <varname>source</varname> to the <varname>SRCDEST</varname> specified in your <filename>abuild.conf</filename>, and ensure they match the checksum(s) specified in the <filename>APKBUILD</filename>. The default <varname>SRCDEST</varname> is <filename class="directory">/var/cache/distfiles</filename>.</listitem>
+ <listitem><para>This subcommand instructs <command>abuild</command> to fetch external source(s) specified in <varname>source</varname> to the <varname>SRCDEST</varname> specified in your <filename>abuild.conf</filename>, and ensure they match the checksum(s) specified in the <filename>APKBUILD</filename>. The default <varname>SRCDEST</varname> is <filename class="directory">/var/cache/distfiles</filename>.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>unpack</command></term>
- <listitem>This subcommand instructs <command>abuild</command> to unpack the archive files specified in <varname>source</varname> to the source directory. For instance, if <varname>source</varname> contained "https://my-package.org/foobar-1.2.zip", the contents of "foobar-1.2.zip" would be extracted to the source directory</listitem>
+ <listitem><para>This subcommand instructs <command>abuild</command> to unpack the archive files specified in <varname>source</varname> to the source directory. For instance, if <varname>source</varname> contained "https://my-package.org/foobar-1.2.zip", the contents of "foobar-1.2.zip" would be extracted to the source directory.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>prepare</command></term>
- <listitem>This subcommand instructs <command>abuild</command> to run the <function>prepare()</function> function from the <filename>APKBUILD</filename>. If no <function>prepare()</function> is provided in the <filename>APKBUILD</filename>, <command>abuild</command> will run a default <function>prepare()</function> which will apply all patches specified in <varname>source</varname> to the source tree.</listitem>
+ <listitem><para>This subcommand instructs <command>abuild</command> to run the <function>prepare()</function> function from the <filename>APKBUILD</filename>. If no <function>prepare()</function> is provided in the <filename>APKBUILD</filename>, <command>abuild</command> will run a default <function>prepare()</function> which will apply all patches specified in <varname>source</varname> to the source tree.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>build</command></term>
- <listitem>This subcommand instructs <command>abuild</command> to run the <function>build()</function> function from the <filename>APKBUILD</filename>.</listitem>
+ <listitem><para>This subcommand instructs <command>abuild</command> to run the <function>build()</function> function from the <filename>APKBUILD</filename>.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>package</command></term>
- <listitem>This subcommand instructs <command>abuild</command> to run the <function>package()</function> function from the <filename>APKBUILD</filename>.</listitem>
+ <listitem><para>This subcommand instructs <command>abuild</command> to run the <function>package()</function> function from the <filename>APKBUILD</filename>.</para></listitem>
</varlistentry>
<varlistentry>
<term><command>rootpkg</command></term>
- <listitem>This subcommand </listitem>
+ <listitem><para>This subcommand instructs <command>abuild</command> to run the <function>package()</function> function, any split functions, and then create the APK files.</para></listitem>
</varlistentry>
<varlistentry>
</varlistentry>