Ignore:
Timestamp:
03/26/2014 08:47:59 AM (10 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
7d2dec4
Parents:
2ae5bbe
Message:

Improve script generation for BLFS tools:

  • introduce a template for downloading code
  • account for various layout of the BLFS pages for package information and additional

downloads

  • Add the possibility for addtional downloads in xorg pages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/make_book.xsl

    r2ae5bbe r642722f  
    350350          </listitem>
    351351        </itemizedlist>
     352        <!-- If there is an additional download, we need to output that -->
     353        <xsl:if test=".//bridgehead[contains(string(),'Additional')]">
     354          <xsl:copy-of
     355                 select=".//bridgehead[contains(string(),'Additional')]"/>
     356          <xsl:copy-of
     357                 select=".//bridgehead[contains(string(),'Additional')]
     358                         /following-sibling::itemizedlist[1]"/>
     359        </xsl:if>
    352360      </sect2>
    353361      <sect2 role="installation">
Note: See TracChangeset for help on using the changeset viewer.