Ignore:
Timestamp:
09/08/2018 07:17:15 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
perl-modules
Children:
2d6354a7
Parents:
a572154e
Message:

Give explicit build instructions for perl modules, instead of a link:

  • Add two files in the xincludes directory
  • Use <xi:xinclude> with href pointing to one of those files

Note that the files which are "xincluded" must be well formed XML
files. As such, they must have a unique top element. I choose to
have a <para> top element, which means <screen> elements are inside
it. This does not seem to change the rendered book, though.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20476 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-deps/perl-sub-identify.xml

    ra572154e rfe07b42  
    4848      <title>Installation of Sub::Identify</title>
    4949
    50       <para>
    51         This module uses the <xref linkend="new-perl-standard-install"/>.
    52       </para>
     50      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     51                  href="../../../xincludes/perl-standard-install.xml"/>
    5352
    5453    </sect3>
Note: See TracChangeset for help on using the changeset viewer.