aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2009-01-21 23:46:32 +0000
committerGabor Pali <pgj@FreeBSD.org>2009-01-21 23:46:32 +0000
commit9979e08d143c48bb02d1db685be3af933909631d (patch)
treee005ca9e2a73d4a506446ec46c3b0e95cbdc7446 /en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml
parent075f65eaa95bb62707c95598ef82c1a2edeb6a81 (diff)
downloaddoc-9979e08d143c48bb02d1db685be3af933909631d.tar.gz
doc-9979e08d143c48bb02d1db685be3af933909631d.zip
- Fix capitalization
- Mark up directories with <filename class="directory"> - Add a description about WEB_LANG Reviewed by: manolis
Notes
Notes: svn path=/head/; revision=33732
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml35
1 files changed, 24 insertions, 11 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml
index 2bd46eb90d..ecc959a855 100644
--- a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml
@@ -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>
@@ -359,18 +359,31 @@ cvsroot-doc</programlisting>
</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