- Fix capitalization
- Mark up directories with <filename class="directory"> - Add a description about WEB_LANG Reviewed by: manolis
This commit is contained in:
parent
075f65eaa9
commit
9979e08d14
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33732
1 changed files with 24 additions and 11 deletions
|
@ -86,7 +86,7 @@
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<sect2 id="the-website-csup">
|
<sect2 id="the-website-csup">
|
||||||
<title>Simple method: Using <command>csup</command></title>
|
<title>Simple Method: Using <command>csup</command></title>
|
||||||
|
|
||||||
<para>The <command>csup</command> command is part of the base system and
|
<para>The <command>csup</command> command is part of the base system and
|
||||||
already used extensively by most people for updating the
|
already used extensively by most people for updating the
|
||||||
|
@ -145,8 +145,8 @@ ports-base</programlisting>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="the-website-cvsup">
|
<sect2 id="the-website-cvsup">
|
||||||
<title>Advanced method: Maintaining a local
|
<title>Advanced Method: Maintaining a Local
|
||||||
<application>CVS</application> doc/www repository</title>
|
<application>CVS</application> doc/www Repository</title>
|
||||||
|
|
||||||
<para>This method will give you more advanced options, but will require
|
<para>This method will give you more advanced options, but will require
|
||||||
you to install the
|
you to install the
|
||||||
|
@ -245,7 +245,7 @@ cvsroot-doc</programlisting>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="the-website-build">
|
<sect1 id="the-website-build">
|
||||||
<title>Build the web pages from scratch</title>
|
<title>Build the Web Pages from Scratch</title>
|
||||||
|
|
||||||
<para>Having completed either of the two methods, you will be ready to
|
<para>Having completed either of the two methods, you will be ready to
|
||||||
start the website build. In our example, the build directory is
|
start the website build. In our example, the build directory is
|
||||||
|
@ -273,7 +273,7 @@ cvsroot-doc</programlisting>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="the-website-install">
|
<sect1 id="the-website-install">
|
||||||
<title>Install the web pages into your web server</title>
|
<title>Install the Web Pages into Your Web Server</title>
|
||||||
|
|
||||||
<procedure>
|
<procedure>
|
||||||
<step>
|
<step>
|
||||||
|
@ -305,7 +305,7 @@ cvsroot-doc</programlisting>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="the-website-env">
|
<sect1 id="the-website-env">
|
||||||
<title>Environment variables</title>
|
<title>Environment Variables</title>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
@ -349,8 +349,8 @@ cvsroot-doc</programlisting>
|
||||||
<term><makevar>WEB_ONLY</makevar></term>
|
<term><makevar>WEB_ONLY</makevar></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>If set and not empty, the makefiles will build and install
|
<para>If set and not empty, the Makefiles will build and install
|
||||||
only the HTML pages from the www directory. All documents from
|
only the HTML pages from the <filename class="directory">www</filename> directory. All documents from
|
||||||
the <filename class="directory">doc</filename> directory (Handbook,
|
the <filename class="directory">doc</filename> directory (Handbook,
|
||||||
FAQ, Tutorials) will be ignored. E.g.:</para>
|
FAQ, Tutorials) will be ignored. E.g.:</para>
|
||||||
|
|
||||||
|
@ -358,19 +358,32 @@ cvsroot-doc</programlisting>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><makevar>WEB_LANG</makevar></term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>If set, the Makefiles will build and install only for
|
||||||
|
the languages specified by this variable inside the
|
||||||
|
<filename class="directory">www</filename> directory. All
|
||||||
|
other languages except English will be ignored. E.g.:</para>
|
||||||
|
|
||||||
|
<screen>&prompt.root; <userinput>make WEB_LANG="el es hu nl" all install</userinput></screen>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><makevar>NOPORTSCVS</makevar></term>
|
<term><makevar>NOPORTSCVS</makevar></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>If set, the makefiles will not checkout files from the ports
|
<para>If set, the Makefiles will not checkout files from the ports
|
||||||
cvs repository. Instead, it will copy the files from
|
CVS repository. Instead, it will copy the files from
|
||||||
<filename class="directory">/usr/ports</filename> (or where the
|
<filename class="directory">/usr/ports</filename> (or where the
|
||||||
variable <envar>PORTSBASE</envar> points to).</para>
|
variable <envar>PORTSBASE</envar> points to).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para><makevar>WEB_ONLY</makevar>, <makevar>ENGLISH_ONLY</makevar> and
|
<para><makevar>WEB_ONLY</makevar>, <makevar>WEB_LANG</makevar>, <makevar>ENGLISH_ONLY</makevar> and
|
||||||
<makevar>NOPORTSCVS</makevar> are make variables. You can set the
|
<makevar>NOPORTSCVS</makevar> are make variables. You can set the
|
||||||
variables in <filename>/etc/make.conf</filename>,
|
variables in <filename>/etc/make.conf</filename>,
|
||||||
<filename>Makefile.inc</filename>, as environment variables on the
|
<filename>Makefile.inc</filename>, as environment variables on the
|
||||||
|
|
Loading…
Reference in a new issue