From 93dda11b86df35094ec7d02c391747f60037ea99 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Tue, 27 Jul 2004 20:48:14 +0000 Subject: [PATCH] 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 --- introduction/welcome/changelog.xml | 5 ++++- pst/xml/docbook-xsl.xml | 24 ++++++++++++++---------- pst/xml/docbook.xml | 1 + 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 165b401b4e..d92f18ba75 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -20,7 +20,10 @@ who wrote what. 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. +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. July 27th, 2004 [randy]: Added FTP download location to diff --git a/pst/xml/docbook-xsl.xml b/pst/xml/docbook-xsl.xml index 6d524c7d76..b75c83c922 100644 --- a/pst/xml/docbook-xsl.xml +++ b/pst/xml/docbook-xsl.xml @@ -4,7 +4,7 @@ %general-entities; - + @@ -15,12 +15,12 @@ DocBook XSL Stylesheets-&docbook-xsl-version; -Introduction to <application>DocBook <acronym>XSL</acronym> Stylesheets</application> +Introduction to <application>DocBook <acronym>XSL</acronym> +Stylesheets</application> The DocBook XSL Stylesheets -package contains XSL -stylesheets. These are useful for performing transformations on -XML DocBook files. +package contains XSL stylesheets. These are useful for +performing transformations on XML DocBook files. Package information @@ -35,7 +35,8 @@ url="&docbook-xsl-download-ftp;"/> &docbook-xsl-time; -<application>DocBook <acronym>XSL</acronym> Stylesheets</application> dependencies +<application>DocBook <acronym>XSL</acronym> +Stylesheets</application> dependencies Required @@ -43,12 +44,14 @@ url="&docbook-xsl-download-ftp;"/> -Installation of <application>DocBook <acronym>XSL</acronym> Stylesheets</application> +Installation of <application>DocBook <acronym>XSL</acronym> +Stylesheets</application> -Install DocBook XSL Stylesheets by running the following -commands: +Install DocBook XSL +Stylesheets by running the following commands: install -d /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; && +chown -R root:root . && 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; && @@ -80,7 +83,8 @@ xmlcatalog --noout --add "delegateURI" \ -Configuring <application>DocBook <acronym>XSL</acronym> Stylesheets</application> +Configuring <application>DocBook <acronym>XSL</acronym> +Stylesheets</application> Config files /etc/xml/catalog diff --git a/pst/xml/docbook.xml b/pst/xml/docbook.xml index 8275df1af8..762a5d398c 100644 --- a/pst/xml/docbook.xml +++ b/pst/xml/docbook.xml @@ -52,6 +52,7 @@ transformations already written for that standard. DTD by running the following commands: install -d /usr/share/xml/docbook/xml-dtd-&DocBook-version; && +chown -R root:root . && cp -af docbook.cat *.dtd ent/ *.mod /usr/share/xml/docbook/xml-dtd-&DocBook-version; && if [ ! -e /etc/xml/catalog ]; then mkdir -p /etc/xml; xmlcatalog --noout \ --create /etc/xml/catalog; fi &&