Added chown command to DocBook XML DTD and DocBook XSL Stylesheets (files are installed owned by the user unpacking the tarball); added FTP download location to DocBook XSL Stylesheets

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2507 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-07-27 20:48:14 +00:00
parent 8bd11de1a1
commit 93dda11b86
3 changed files with 19 additions and 11 deletions

View File

@ -20,7 +20,10 @@ who wrote what.</para>
<listitem><para>July 27th, 2004 [randy]: Added 'Contents', 'Description' and
a note about setting environment variables to the Tk instructions; added
pkgconfig as an optional dependency of libxml2 and libxslt.</para>
pkgconfig as an optional dependency of libxml2 and libxslt; added chown
command to DocBook XML DTD and DocBook XSL Stylesheets (files are installed
owned by the user unpacking the tarball); added FTP download location to
DocBook XSL Stylesheets.</para>
</listitem>
<listitem><para>July 27th, 2004 [randy]: Added FTP download location to

View File

@ -4,7 +4,7 @@
%general-entities;
<!ENTITY docbook-xsl-download-http "http://prdownloads.sourceforge.net/docbook/docbook-xsl-&docbook-xsl-version;.tar.gz">
<!ENTITY docbook-xsl-download-ftp " ">
<!ENTITY docbook-xsl-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/docbook-xsl-&docbook-xsl-version;.tar.gz">
<!ENTITY docbook-xsl-size "1.5 MB">
<!ENTITY docbook-xsl-buildsize "13.1 MB">
<!ENTITY docbook-xsl-time "0.01 SBU">
@ -15,12 +15,12 @@
<title>DocBook XSL Stylesheets-&docbook-xsl-version;</title>
<sect2>
<title>Introduction to <application>DocBook <acronym>XSL</acronym> Stylesheets</application></title>
<title>Introduction to <application>DocBook <acronym>XSL</acronym>
Stylesheets</application></title>
<para>The <application>DocBook <acronym>XSL</acronym> Stylesheets</application>
package contains <acronym>XSL</acronym>
stylesheets. These are useful for performing transformations on
<acronym>XML</acronym> DocBook files.</para>
package contains <acronym>XSL</acronym> stylesheets. These are useful for
performing transformations on <acronym>XML</acronym> DocBook files.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
@ -35,7 +35,8 @@ url="&docbook-xsl-download-ftp;"/></para></listitem>
&docbook-xsl-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>DocBook <acronym>XSL</acronym> Stylesheets</application> dependencies</title>
<sect3><title><application>DocBook <acronym>XSL</acronym>
Stylesheets</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="libxslt"/></para></sect4>
</sect3>
@ -43,12 +44,14 @@ url="&docbook-xsl-download-ftp;"/></para></listitem>
</sect2>
<sect2>
<title>Installation of <application>DocBook <acronym>XSL</acronym> Stylesheets</application></title>
<title>Installation of <application>DocBook <acronym>XSL</acronym>
Stylesheets</application></title>
<para>Install <application>DocBook <acronym>XSL</acronym> Stylesheets</application> by running the following
commands:</para>
<para>Install <application>DocBook <acronym>XSL</acronym>
Stylesheets</application> by running the following commands:</para>
<screen><userinput><command>install -d /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
chown -R root:root . &amp;&amp;
cp -af VERSION common extensions fo html htmlhelp images javahelp lib \
manpages params profiling template tools xhtml \
/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
@ -80,7 +83,8 @@ xmlcatalog --noout --add "delegateURI" \
</sect2>
<sect2>
<title>Configuring <application>DocBook <acronym>XSL</acronym> Stylesheets</application></title>
<title>Configuring <application>DocBook <acronym>XSL</acronym>
Stylesheets</application></title>
<sect3><title>Config files</title>
<para><filename>/etc/xml/catalog</filename></para>

View File

@ -52,6 +52,7 @@ transformations already written for that standard.</para>
<acronym>DTD</acronym></application> by running the following commands:</para>
<screen><userinput><command>install -d /usr/share/xml/docbook/xml-dtd-&DocBook-version; &amp;&amp;
chown -R root:root . &amp;&amp;
cp -af docbook.cat *.dtd ent/ *.mod /usr/share/xml/docbook/xml-dtd-&DocBook-version; &amp;&amp;
if [ ! -e /etc/xml/catalog ]; then mkdir -p /etc/xml; xmlcatalog --noout \
--create /etc/xml/catalog; fi &amp;&amp;