Ignore:
Timestamp:
01/02/2016 10:54:54 AM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2813072
Parents:
577d43d
Message:

Update to docbook-xsl-1.79.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16781 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    r577d43d r2322dfa1  
    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.