mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Merge trunk
This commit is contained in:
commit
7edc11e1ec
@ -51,7 +51,7 @@
|
|||||||
<para>[bdubbs] - Update to iana-etc-20250304. Addresses
|
<para>[bdubbs] - Update to iana-etc-20250304. Addresses
|
||||||
<ulink url='&lfs-ticket-root;5006'>#5006</ulink>.</para>
|
<ulink url='&lfs-ticket-root;5006'>#5006</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem revision='sysv'>
|
||||||
<para>[bdubbs] - Update to sysklogd-2.7.1. Fixes
|
<para>[bdubbs] - Update to sysklogd-2.7.1. Fixes
|
||||||
<ulink url='&lfs-ticket-root;5668'>#5668</ulink>.</para>
|
<ulink url='&lfs-ticket-root;5668'>#5668</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -87,7 +87,7 @@
|
|||||||
<para>[bdubbs] - Update to expat-2.7.0. Fixes
|
<para>[bdubbs] - Update to expat-2.7.0. Fixes
|
||||||
<ulink url='&lfs-ticket-root;5675'>#5675</ulink>.</para>
|
<ulink url='&lfs-ticket-root;5675'>#5675</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem revision='systemd'>
|
||||||
<para>[bdubbs] - Update to dbus-1.16.2. Fixes
|
<para>[bdubbs] - Update to dbus-1.16.2. Fixes
|
||||||
<ulink url='&lfs-ticket-root;5663'>#5663</ulink>.</para>
|
<ulink url='&lfs-ticket-root;5663'>#5663</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -80,6 +80,16 @@
|
|||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="footnote/para[1]">
|
||||||
|
<!--A template with the same match (+others) exists in
|
||||||
|
{docbook-xsl}/pdf/footnote.xsl, so it is
|
||||||
|
only imported, and it has less precedence than the above one, which
|
||||||
|
matches para and does not account for footnote number.
|
||||||
|
We need this one at the same level, but just apply the
|
||||||
|
docbook-xsl one.-->
|
||||||
|
<xsl:apply-imports/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<!-- screen, literallayout:
|
<!-- screen, literallayout:
|
||||||
Self-made template that creates a fo:block wrapper with keep-together
|
Self-made template that creates a fo:block wrapper with keep-together
|
||||||
processing instruction support around the output generated by
|
processing instruction support around the output generated by
|
||||||
|
Loading…
Reference in New Issue
Block a user