Whitespace-only fixes. Translators, please ignore.

This commit is contained in:
Warren Block 2012-05-21 14:29:32 +00:00
parent 3f961c7d1d
commit 54e191e028
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38870

View file

@ -94,9 +94,9 @@
<title>Build the Web Pages from Scratch</title> <title>Build the Web Pages from Scratch</title>
<para>Having completed the necessary steps to obtain the website <para>Having completed the necessary steps to obtain the website
source files, the website can be built. In our example, the build source files, the website can be built. In our example, the
directory is <filename build directory is <filename
class="directory"><replaceable>/usr/build</replaceable></filename> class="directory"><replaceable>/usr/build</replaceable></filename>
and all the required files are already in place.</para> and all the required files are already in place.</para>
<procedure> <procedure>
@ -108,9 +108,10 @@
<step> <step>
<para>The website build starts from the <filename <para>The website build starts from the <filename
class="directory">en_US.ISO8859-1/htdocs</filename> directory by executing class="directory">en_US.ISO8859-1/htdocs</filename>
the &man.make.1; <maketarget>all</maketarget> target, to directory by executing the &man.make.1;
create the web pages.</para> <maketarget>all</maketarget> target, to create the web
pages.</para>
<screen>&prompt.root; <userinput><command>cd</command> en_US.ISO8859-1/htdocs</userinput> <screen>&prompt.root; <userinput><command>cd</command> en_US.ISO8859-1/htdocs</userinput>
&prompt.root; <userinput><command>make</command> <maketarget>all</maketarget></userinput></screen> &prompt.root; <userinput><command>make</command> <maketarget>all</maketarget></userinput></screen>
@ -124,8 +125,8 @@
<procedure> <procedure>
<step> <step>
<para>If you have moved out of the <filename <para>If you have moved out of the <filename
class="directory">en_US.ISO8859-1/htdocs</filename> directory, change back to class="directory">en_US.ISO8859-1/htdocs</filename>
it.</para> directory, change back to it.</para>
<screen>&prompt.root; <userinput><command>cd</command> <replaceable>/usr/build/en_US.ISO8859-1/htdocs</replaceable></userinput></screen> <screen>&prompt.root; <userinput><command>cd</command> <replaceable>/usr/build/en_US.ISO8859-1/htdocs</replaceable></userinput></screen>
</step> </step>
@ -184,8 +185,8 @@
<listitem> <listitem>
<para>If set and not empty, the Makefiles will build and <para>If set and not empty, the Makefiles will build and
install only the HTML pages from the <filename install only the HTML pages from the <filename
class="directory">en_US.ISO8859-1/htdocs</filename> directory. class="directory">en_US.ISO8859-1/htdocs</filename>
All other directories within <filename directory. All other directories within <filename
class="directory">en_US.ISO8859-1</filename> class="directory">en_US.ISO8859-1</filename>
(Handbook, FAQ, Tutorials) will be ignored. (Handbook, FAQ, Tutorials) will be ignored.
E.g.:</para> E.g.:</para>
@ -200,9 +201,10 @@
<listitem> <listitem>
<para>If set, the Makefiles will build and install only for <para>If set, the Makefiles will build and install only for
the languages specified by this variable inside the the languages specified by this variable inside the
<filename class="directory"><replaceable>/usr/build</replaceable></filename> directory. All <filename
other languages except English will be ignored. class="directory"><replaceable>/usr/build</replaceable></filename>
E.g.:</para> directory. All other languages except English will be
ignored. E.g.:</para>
<screen>&prompt.root; <userinput>make WEB_LANG="el_GR.ISO8859-7 es_ES.ISO8859-1 hu_HU.ISO8859-2 nl_NL.ISO8859-1" all install</userinput></screen> <screen>&prompt.root; <userinput>make WEB_LANG="el_GR.ISO8859-7 es_ES.ISO8859-1 hu_HU.ISO8859-2 nl_NL.ISO8859-1" all install</userinput></screen>
</listitem> </listitem>