Ignore:
Timestamp:
02/10/2016 07:29:53 AM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
062e1f05
Parents:
53192f0
Message:

Merge PST and Printing section from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16929 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/docbook-xsl.xml

    r53192f0 r293e9cdc  
    77  <!ENTITY docbook-xsl-download-http "&sourceforge-repo;/docbook/docbook-xsl-&docbook-xsl-version;.tar.bz2">
    88  <!ENTITY docbook-xsl-download-ftp  " ">
    9   <!ENTITY docbook-xsl-md5sum        "6dd0f89131cc35bf4f2ed105a1c17771">
    10   <!ENTITY docbook-xsl-size          "4.8 MB">
     9  <!ENTITY docbook-xsl-md5sum        "b48cbf929a2ad85e6672f710777ca7bc">
     10  <!ENTITY docbook-xsl-size          "21 MB">
    1111  <!ENTITY docbook-xsl-buildsize     "49 MB (includes installing optional documentation)">
    1212  <!ENTITY docbook-xsl-time          "less than 0.1 SBU">
    1313
    1414  <!ENTITY docbook-xsl-doc-download  "&sourceforge-repo;/docbook/docbook-xsl-doc-&docbook-xsl-version;.tar.bz2">
    15   <!ENTITY docbook-xsl-doc-md5sum    "77b63a06db2db2b692dcb96c2c64dc45">
     15  <!ENTITY docbook-xsl-doc-md5sum    "7eb51958e1bf97f3c5b013c42eb61e31">
    1616  <!ENTITY docbook-xsl-doc-size      "1.0 MB">
    1717]>
     
    8080    <bridgehead renderas="sect3">DocBook XSL Stylesheets Dependencies</bridgehead>
    8181
    82     <bridgehead renderas="sect4">Required</bridgehead>
    83     <para role="required"><xref linkend="libxml2"/></para>
     82    <bridgehead renderas="sect4">Recommended</bridgehead>
     83    <para role="recommended"><xref linkend="libxml2"/></para>
    8484
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    86     <para role="optional"><xref linkend="ruby"/> (to utilize the
    87     <quote>epub</quote> stylesheets)</para>
     86    <para role="optional">
     87      <xref linkend="apache-ant"/> (to produce <quote>webhelp</quote> documents),
     88      <xref linkend="libxslt"/> (or any other XSLT processor, to process
     89      Docbook documents),
     90      <xref linkend="python2"/> or <xref linkend="python3"/> (to use
     91      <quote>extensions</quote>),
     92      <xref linkend="ruby"/> (to utilize the <quote>epub</quote> stylesheets),
     93      <xref linkend="zip"/> (to produce <quote>epub3</quote> documents), and
     94      <ulink url="http://sourceforge.net/projects/saxon/files/saxon6/">
     95        Saxon6
     96      </ulink> and
     97      <ulink url="http://xerces.apache.org/xerces2-j/">Xerces2 Java</ulink>
     98      (used with <xref linkend="apache-ant"/> to produce <quote>webhelp</quote>
     99      documents)
     100    </para>
    88101
    89102    <para condition="html" role="usernotes">User Notes:
     
    109122<screen role="root"><userinput>install -v -m755 -d /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
    110123
    111 cp -v -R VERSION common eclipse epub extensions fo highlighting html \
    112          htmlhelp images javahelp lib manpages params profiling \
    113          roundtrip slides template tests tools webhelp website \
    114          xhtml xhtml-1_1 \
     124cp -v -R VERSION assembly common eclipse epub epub3 extensions fo        \
     125         highlighting html htmlhelp images javahelp lib manpages params \
     126         profiling roundtrip slides template tests tools webhelp website \
     127         xhtml xhtml-1_1 xhtml5                                          \
    115128    /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version; &amp;&amp;
    116129
Note: See TracChangeset for help on using the changeset viewer.