aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/the-website
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2008-08-06 22:03:50 +0000
committerGabor Pali <pgj@FreeBSD.org>2008-08-06 22:03:50 +0000
commitedafad6a69c732bf794f48ab78b527e2dbf3a9d9 (patch)
tree0e6fbe4e8d2a5f8cf4962441e7e5bc4c5853ceef /en_US.ISO8859-1/books/fdp-primer/the-website
parent002b4edbbe43c05bcc239da860313432239010a3 (diff)
downloaddoc-edafad6a69c732bf794f48ab78b527e2dbf3a9d9.tar.gz
doc-edafad6a69c732bf794f48ab78b527e2dbf3a9d9.zip
Eliminate erroneous role="directory" attributes from <filename> elements
and replace them with class="directory" [1][2] [1] http://docbook.org/tdg/en/html/filename.html [2] http://www.freebsd.org/doc/en/books/fdp-primer/sgml-markup-docbook.html#AEN1799 (4.2.5.5) Approved by: trhodes, gabor (mentor)
Notes
Notes: svn path=/head/; revision=32632
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/the-website')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/the-website/chapter.sgml18
1 files changed, 9 insertions, 9 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 bfef1cb72a..2bd46eb90d 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
@@ -130,12 +130,12 @@ ports-base</programlisting>
<screen>&prompt.root; <userinput><command>csup</command> <option>-g</option> <option>-L2</option> <replaceable>doc-www-supfile</replaceable></userinput></screen>
<para>When this command finishes, you will find the directories
- <filename role="directory">doc/</filename>,
- <filename role="directory">www/</filename> and
- <filename role="directory">ports/</filename> under the directory you
+ <filename class="directory">doc/</filename>,
+ <filename class="directory">www/</filename> and
+ <filename class="directory">ports/</filename> under the directory you
specified in <literal>default prefix</literal>
(<filename
- role="directory"><replaceable>/usr/build</replaceable></filename>
+ class="directory"><replaceable>/usr/build</replaceable></filename>
in our example). We will use this same directory for the build
process itself, so it would be better to use a filesystem with
sufficient free space.</para>
@@ -250,7 +250,7 @@ cvsroot-doc</programlisting>
<para>Having completed either of the two methods, you will be ready to
start the website build. In our example, the build directory is
<filename
- role="directory"><replaceable>/usr/build</replaceable></filename>
+ class="directory"><replaceable>/usr/build</replaceable></filename>
and all the required files are already in place.</para>
<procedure>
@@ -262,7 +262,7 @@ cvsroot-doc</programlisting>
<step>
<para>The website build starts from the
- <filename role="directory">www/en</filename> directory by executing
+ <filename class="directory">www/en</filename> directory by executing
the &man.make.1; <maketarget>all</maketarget> target, to create
the web pages.</para>
@@ -278,7 +278,7 @@ cvsroot-doc</programlisting>
<procedure>
<step>
<para>If you have moved out of the
- <filename role="directory">en</filename> directory, change back to
+ <filename class="directory">en</filename> directory, change back to
it.</para>
<screen>&prompt.root; <userinput><command>cd</command> <replaceable>/usr/build/www/en</replaceable></userinput></screen>
@@ -351,7 +351,7 @@ cvsroot-doc</programlisting>
<listitem>
<para>If set and not empty, the makefiles will build and install
only the HTML pages from the www directory. All documents from
- the <filename role="directory">doc</filename> directory (Handbook,
+ the <filename class="directory">doc</filename> directory (Handbook,
FAQ, Tutorials) will be ignored. E.g.:</para>
<screen>&prompt.root; <userinput><command>make</command> <makevar>WEB_ONLY=YES</makevar> <maketarget>all</maketarget> <maketarget>install</maketarget></userinput></screen>
@@ -364,7 +364,7 @@ cvsroot-doc</programlisting>
<listitem>
<para>If set, the makefiles will not checkout files from the ports
cvs repository. Instead, it will copy the files from
- <filename role="directory">/usr/ports</filename> (or where the
+ <filename class="directory">/usr/ports</filename> (or where the
variable <envar>PORTSBASE</envar> points to).</para>
</listitem>
</varlistentry>