mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
• Update to xmlto-0.0.27.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16656 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
32600b8f86
commit
fde30f3d08
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "14"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "15"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2015">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "November 14th &year;">
|
||||
<!ENTITY releasedate "November 15th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
|
@ -44,6 +44,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>November 15th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to xmlto-0.0.27. Fixes
|
||||
<ulink url="&blfs-ticket-root;7127">#7127</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 14th, 2015</para>
|
||||
<itemizedlist>
|
||||
|
@ -787,7 +787,7 @@
|
||||
<!ENTITY DocBook-version "4.5">
|
||||
<!ENTITY docbook-xsl-version "1.78.1">
|
||||
<!ENTITY itstool-version "2.0.2">
|
||||
<!ENTITY xmlto-version "0.0.26">
|
||||
<!ENTITY xmlto-version "0.0.27">
|
||||
|
||||
<!-- Chapter 54 -->
|
||||
<!ENTITY a2ps-version "4.14">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY xmlto-download-http "https://fedorahosted.org/releases/x/m/xmlto/xmlto-&xmlto-version;.tar.bz2">
|
||||
<!ENTITY xmlto-download-ftp " ">
|
||||
<!ENTITY xmlto-md5sum "c90a47c774e0963581c1ba57235f64f4">
|
||||
<!ENTITY xmlto-size "120 KB">
|
||||
<!ENTITY xmlto-buildsize "1.4 MB">
|
||||
<!ENTITY xmlto-time "less than 0.1 SBU">
|
||||
<!ENTITY xmlto-md5sum "bd1189afde95083d81bad967e4b4526c">
|
||||
<!ENTITY xmlto-size "128 KB">
|
||||
<!ENTITY xmlto-buildsize "1.5 MB (with tests)">
|
||||
<!ENTITY xmlto-time "less than 0.1 SBU (with tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="xmlto" xreflabel="xmlto-&xmlto-version;">
|
||||
@ -68,17 +68,19 @@
|
||||
<bridgehead renderas="sect4">Optional (for DVI, PDF, and postscript
|
||||
backend post-processing)</bridgehead>
|
||||
<para role="optional">
|
||||
<ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>,
|
||||
<xref linkend="fop"/>,
|
||||
<!-- <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>, and -->
|
||||
<ulink url="http://sourceforge.net/projects/dblatex/files/dblatex/">dblatex</ulink>, and
|
||||
<ulink url="http://www.garshol.priv.no/download/xmltools/prod/PassiveTeX.html">
|
||||
PassiveTeX</ulink>, and
|
||||
<xref linkend="fop"/></para>
|
||||
PassiveTeX</ulink></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional (for text backend
|
||||
post-processing)</bridgehead>
|
||||
<para role="optional">One of
|
||||
<xref linkend="w3m"/>,
|
||||
<xref linkend="Links"/>, or
|
||||
<xref linkend="lynx"/></para>
|
||||
<xref linkend="Links"/>,
|
||||
<xref linkend="lynx"/>,
|
||||
<xref linkend="w3m"/>, or
|
||||
<ulink url="http://elinks.or.cz/">ELinks</ulink></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/xmlto"/></para>
|
||||
@ -91,7 +93,9 @@
|
||||
<para>Install <application>xmlto</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>LINKS="/usr/bin/links" \
|
||||
./configure --prefix=/usr &&
|
||||
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
@ -102,6 +106,22 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<envar>LINKS="/usr/bin/links"</envar>: This environment variable fixes a
|
||||
bug causing <command>xmlto</command> to think that
|
||||
<command>links</command> command is the same as
|
||||
<command>elinks</command>. Setting this variable does not cause problem
|
||||
if <xref linkend="links"/> is not installed, unless
|
||||
you have <ulink url="http://elinks.or.cz/">ELinks</ulink> installed, and
|
||||
wishes to use it for text backend post-processing, in which case,
|
||||
remove it.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user