Author: wblaszcz
Date: 2009-08-01 04:30:43 -0600 (Sat, 01 Aug 2009)
New Revision: 7921

Modified:
   trunk/BOOK/pst/xml/docbook-xsl.xml
Log:
Fixed cp command issue, and other stuff with docbook-xsl

Modified: trunk/BOOK/pst/xml/docbook-xsl.xml
===================================================================
--- trunk/BOOK/pst/xml/docbook-xsl.xml  2009-08-01 10:28:16 UTC (rev 7920)
+++ trunk/BOOK/pst/xml/docbook-xsl.xml  2009-08-01 10:30:43 UTC (rev 7921)
@@ -65,9 +65,9 @@
 
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
+      <title>Optional documentation</title>
       <listitem>
-        <para>Optional documentation: <ulink
-        url="&docbook-xsl-doc-download;"/></para>
+        <para>Download (HTTP): <ulink url="&docbook-xsl-doc-download;"/></para>
       </listitem>
       <listitem>
         <para>Download MD5 sum: &docbook-xsl-doc-md5sum;</para>
@@ -91,10 +91,10 @@
     <title>Installation of DocBook XSL Stylesheets</title>
 
     <para>If you downloaded the optional documentation tarball, unpack it
-    when you unpack the source tarball. The documentation tarball unpacks into
-    a <filename class='directory'>doc</filename> subdirectory of the source
-    tree.</para>
+    with the following command:</para>
 
+<screen><userinput>tar xf ../docbook-xsl-doc-&docbook-xsl-version;.tar.bz2 -C 
..</userinput></screen>
+
     <para>BLFS does not install the required packages to run the test suite
     and provide meaningful results.</para>
 
@@ -106,7 +106,7 @@
 
 cp -v -R VERSION common eclipse extensions fo highlighting html \
          htmlhelp images javahelp lib manpages params profiling \
-         slides template tools website wordml xhtml             \
+         slides template tools website xhtml                    \
     /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
 
 install -v -m644 -D README \

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to