Changeset 2da01379
- Timestamp:
- 09/07/2021 09:28:43 PM (3 years ago)
- Branches:
- 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- e128c68
- Parents:
- 9ee05b53
- Location:
- stylesheets
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stylesheets/lfs-xsl/pdf/lfs-mixed.xsl
r9ee05b53 r2da01379 104 104 <xsl:choose> 105 105 <xsl:when test="ancestor::appendix">auto</xsl:when> 106 <!-- Modified by Bruce Dubbs. Allow user to specify 106 <!-- Modified by Bruce Dubbs. Allow user to specify 107 107 automatic screen formatting to split across pages. --> 108 108 <xsl:when test="@role='auto'">auto</xsl:when> … … 115 115 </xsl:attribute> 116 116 117 <!-- The following lines were inserted by Martin Miehe. Scripts and rules 118 in the appendices should have a smaller font-size so that at least 117 <!-- The following lines were inserted by Martin Miehe. Scripts and rules 118 in the appendices should have a smaller font-size so that at least 119 119 80 characters fit to one line. --> 120 120 -
stylesheets/md5sum.xsl
r9ee05b53 r2da01379 16 16 name, the next test must be fixed to match it also. Skip possible 17 17 duplicated URLs that may be split for PDF output --> 18 <xsl:if test="(contains( @url, '.tar.' ) or 19 contains( @url, '.tgz' ) or 18 <xsl:if test="(contains( @url, '.tar.' ) or 19 contains( @url, '.tgz' ) or 20 20 contains( @url, '.patch') ) and 21 21 not( ancestor-or-self::*/@condition = 'pdf' )" > … … 33 33 <!-- Add a newline --> 34 34 <xsl:text>
</xsl:text> 35 35 36 36 </xsl:if> 37 37 </xsl:template> … … 39 39 <xsl:template name="basename"> 40 40 <xsl:param name="pathname"/> 41 41 42 42 <xsl:choose> 43 43 -
stylesheets/wget-list.xsl
r9ee05b53 r2da01379 17 17 name, the next test must be fixed to match it also. Skip possible 18 18 duplicated URLs due that may be splitted for PDF output --> 19 <xsl:if test="(contains(@url, '.tar.') or 20 contains(@url, '.tgz') or 19 <xsl:if test="(contains(@url, '.tar.') or 20 contains(@url, '.tgz') or 21 21 contains(@url, '.patch')) and 22 22 not(ancestor-or-self::*/@condition = 'pdf')">
Note:
See TracChangeset
for help on using the changeset viewer.