Added an optional dependency to the XSL Stylesheets and modified the installation command to install additional stylesheets

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8272 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2010-02-26 22:26:03 +00:00
parent 8e761d1277
commit 94d4436a85
3 changed files with 20 additions and 5 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "21"> <!-- Always 2 digits -->
<!ENTITY day "26"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2010">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "February &day;st, &year;">
<!ENTITY releasedate "February &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->

View File

@ -41,6 +41,17 @@
-->
<listitem>
<para>February 26th, 2010</para>
<itemizedlist>
<listitem>
<para>[randy] - Added an optional dependency to the XSL Stylesheets
and modified the installation command to install additional
stylesheets.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>February 21st, 2010</para>
<itemizedlist>

View File

@ -82,6 +82,10 @@ xreflabel="DocBook XSL Stylesheets-&docbook-xsl-version;">
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libxml2"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="ruby"/> (to utilize the
<quote>epub</quote> stylesheets)</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/docbook-xsl"/></para>
@ -104,9 +108,9 @@ xreflabel="DocBook XSL Stylesheets-&docbook-xsl-version;">
<screen role="root"><userinput>install -v -m755 -d /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
cp -v -R VERSION common eclipse extensions fo highlighting html \
htmlhelp images javahelp lib manpages params profiling \
slides template tools website xhtml \
cp -v -R VERSION common eclipse extensions fo highlighting html \
htmlhelp images javahelp lib manpages params profiling \
roundtrip slides template tools website xhtml xhtml-1_1 \
/usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
install -v -m644 -D README \