summaryrefslogtreecommitdiff
path: root/src/devel
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-06 14:42:50 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-09-06 14:42:50 -0500
commite314360792186593a5d904cf766184b62c104573 (patch)
tree3492880ce3c8adbdf05ffaa66b3468745a5af09d /src/devel
parent8dc8697d5215009693da2e59f669faf3ccc7a989 (diff)
downloaddocs-e314360792186593a5d904cf766184b62c104573.tar.gz
docs-e314360792186593a5d904cf766184b62c104573.tar.bz2
docs-e314360792186593a5d904cf766184b62c104573.tar.xz
docs-e314360792186593a5d904cf766184b62c104573.zip
Developer's Handbook: fix syntax error in abuild subcommand list
Diffstat (limited to 'src/devel')
-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>