Tag make(1) targets with <maketarget> instead of <literal>

Obtained from:	FreeBSD Greek Documentation Project
This commit is contained in:
Giorgos Keramidas 2009-06-26 00:24:13 +00:00
parent b84a4a2538
commit 97bb1ca437
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34482

View file

@ -220,8 +220,8 @@
<title>Configuration options</title> <title>Configuration options</title>
<para>With configuration settings, it is possible to configure options <para>With configuration settings, it is possible to configure options
passed to both the <literal>buildworld</literal> passed to both the <maketarget>buildworld</maketarget>
and <literal>installworld</literal> stages of the and <maketarget>installworld</maketarget> stages of the
<application>NanoBSD</application> build process, as well as internal <application>NanoBSD</application> build process, as well as internal
options passed to the main build process of options passed to the main build process of
<application>NanoBSD</application>. Through these options it is <application>NanoBSD</application>. Through these options it is
@ -252,18 +252,18 @@
<listitem> <listitem>
<para><literal>CONF_BUILD</literal> &mdash; Options passed <para><literal>CONF_BUILD</literal> &mdash; Options passed
to the <literal>buildworld</literal> stage of the build.</para> to the <maketarget>buildworld</maketarget> stage of the build.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><literal>CONF_INSTALL</literal> &mdash; Options passed <para><literal>CONF_INSTALL</literal> &mdash; Options passed
to the <literal>installworld</literal> stage of the build.</para> to the <maketarget>installworld</maketarget> stage of the build.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><literal>CONF_WORLD</literal> &mdash; Options passed to both <para><literal>CONF_WORLD</literal> &mdash; Options passed to both
the <literal>buildworld</literal> and the <maketarget>buildworld</maketarget> and
the <literal>installworld</literal> stage of the build.</para> the <maketarget>installworld</maketarget> stage of the build.</para>
</listitem> </listitem>
<listitem> <listitem>