- Fix capitalization

- Mark up directories with <filename class="directory">
- Add a description about WEB_LANG

Reviewed by:	manolis
This commit is contained in:
Gabor Pali 2009-01-21 23:46:32 +00:00
parent 075f65eaa9
commit 9979e08d14
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33732

View file

@ -86,7 +86,7 @@
</itemizedlist>
<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
already used extensively by most people for updating the
@ -145,8 +145,8 @@ ports-base</programlisting>
</sect2>
<sect2 id="the-website-cvsup">
<title>Advanced method: Maintaining a local
<application>CVS</application> doc/www repository</title>
<title>Advanced Method: Maintaining a Local
<application>CVS</application> doc/www Repository</title>
<para>This method will give you more advanced options, but will require
you to install the
@ -245,7 +245,7 @@ cvsroot-doc</programlisting>
</sect1>
<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
start the website build. In our example, the build directory is
@ -273,7 +273,7 @@ cvsroot-doc</programlisting>
</sect1>
<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>
<step>
@ -305,7 +305,7 @@ cvsroot-doc</programlisting>
</sect1>
<sect1 id="the-website-env">
<title>Environment variables</title>
<title>Environment Variables</title>
<variablelist>
<varlistentry>
@ -349,8 +349,8 @@ cvsroot-doc</programlisting>
<term><makevar>WEB_ONLY</makevar></term>
<listitem>
<para>If set and not empty, the makefiles will build and install
only the HTML pages from the www directory. All documents from
<para>If set and not empty, the Makefiles will build and install
only the HTML pages from the <filename class="directory">www</filename> directory. All documents from
the <filename class="directory">doc</filename> directory (Handbook,
FAQ, Tutorials) will be ignored. E.g.:</para>
@ -358,19 +358,32 @@ cvsroot-doc</programlisting>
</listitem>
</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>
<term><makevar>NOPORTSCVS</makevar></term>
<listitem>
<para>If set, the makefiles will not checkout files from the ports
cvs repository. Instead, it will copy the files from
<para>If set, the Makefiles will not checkout files from the ports
CVS repository. Instead, it will copy the files from
<filename class="directory">/usr/ports</filename> (or where the
variable <envar>PORTSBASE</envar> points to).</para>
</listitem>
</varlistentry>
</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
variables in <filename>/etc/make.conf</filename>,
<filename>Makefile.inc</filename>, as environment variables on the