svn commit: r38870 -
head/en_US.ISO8859-1/books/fdp-primer/the-website
Warren Block
wblock at FreeBSD.org
Mon May 21 14:29:33 UTC 2012
Author: wblock
Date: Mon May 21 14:29:32 2012
New Revision: 38870
URL: http://svn.freebsd.org/changeset/doc/38870
Log:
Whitespace-only fixes. Translators, please ignore.
Modified:
head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml
Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml Mon May 21 14:25:02 2012 (r38869)
+++ head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml Mon May 21 14:29:32 2012 (r38870)
@@ -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>
More information about the svn-doc-all
mailing list