Whitespace-only fixes. Translators, please ignore.
This commit is contained in:
parent
3f961c7d1d
commit
54e191e028
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38870
1 changed files with 15 additions and 13 deletions
|
@ -94,9 +94,9 @@
|
|||
<title>Build the Web Pages from Scratch</title>
|
||||
|
||||
<para>Having completed the necessary steps to obtain the website
|
||||
source files, the website can be built. In our example, the build
|
||||
directory is <filename
|
||||
class="directory"><replaceable>/usr/build</replaceable></filename>
|
||||
source files, the website can be built. In our example, the
|
||||
build directory is <filename
|
||||
class="directory"><replaceable>/usr/build</replaceable></filename>
|
||||
and all the required files are already in place.</para>
|
||||
|
||||
<procedure>
|
||||
|
@ -108,9 +108,10 @@
|
|||
|
||||
<step>
|
||||
<para>The website build starts from the <filename
|
||||
class="directory">en_US.ISO8859-1/htdocs</filename> directory by executing
|
||||
the &man.make.1; <maketarget>all</maketarget> target, to
|
||||
create the web pages.</para>
|
||||
class="directory">en_US.ISO8859-1/htdocs</filename>
|
||||
directory by executing the &man.make.1;
|
||||
<maketarget>all</maketarget> target, to create the web
|
||||
pages.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput><command>cd</command> en_US.ISO8859-1/htdocs</userinput>
|
||||
&prompt.root; <userinput><command>make</command> <maketarget>all</maketarget></userinput></screen>
|
||||
|
@ -124,8 +125,8 @@
|
|||
<procedure>
|
||||
<step>
|
||||
<para>If you have moved out of the <filename
|
||||
class="directory">en_US.ISO8859-1/htdocs</filename> directory, change back to
|
||||
it.</para>
|
||||
class="directory">en_US.ISO8859-1/htdocs</filename>
|
||||
directory, change back to it.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput><command>cd</command> <replaceable>/usr/build/en_US.ISO8859-1/htdocs</replaceable></userinput></screen>
|
||||
</step>
|
||||
|
@ -184,8 +185,8 @@
|
|||
<listitem>
|
||||
<para>If set and not empty, the Makefiles will build and
|
||||
install only the HTML pages from the <filename
|
||||
class="directory">en_US.ISO8859-1/htdocs</filename> directory.
|
||||
All other directories within <filename
|
||||
class="directory">en_US.ISO8859-1/htdocs</filename>
|
||||
directory. All other directories within <filename
|
||||
class="directory">en_US.ISO8859-1</filename>
|
||||
(Handbook, FAQ, Tutorials) will be ignored.
|
||||
E.g.:</para>
|
||||
|
@ -200,9 +201,10 @@
|
|||
<listitem>
|
||||
<para>If set, the Makefiles will build and install only for
|
||||
the languages specified by this variable inside the
|
||||
<filename class="directory"><replaceable>/usr/build</replaceable></filename> directory. All
|
||||
other languages except English will be ignored.
|
||||
E.g.:</para>
|
||||
<filename
|
||||
class="directory"><replaceable>/usr/build</replaceable></filename>
|
||||
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>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue