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

Location:
general/prog/perl-modules
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules/perl-archive-zip.xml

    ra572154e rfe07b42  
    5555      <title>Installation of Archive::Zip</title>
    5656
    57       <para>
    58         This module uses the <xref linkend="new-perl-standard-install"/>.
    59       </para>
     57      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     58                  href="../../../xincludes/perl-standard-install.xml"/>
    6059
    6160    </sect3>
  • general/prog/perl-modules/perl-autovivification.xml

    ra572154e rfe07b42  
    5050      <title>Installation of autovivification</title>
    5151
    52       <para>
    53         This module uses the <xref linkend="new-perl-standard-install"/>.
    54       </para>
     52      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     53                  href="../../../xincludes/perl-standard-install.xml"/>
    5554
    5655    </sect3>
  • general/prog/perl-modules/perl-business-issn.xml

    ra572154e rfe07b42  
    4949      <title>Installation of Business::ISSN</title>
    5050
    51       <para>
    52         This module uses the <xref linkend="new-perl-standard-install"/>.
    53       </para>
     51      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     52                  href="../../../xincludes/perl-standard-install.xml"/>
    5453
    5554    </sect3>
  • general/prog/perl-modules/perl-module-build.xml

    ra572154e rfe07b42  
    5050      <title>Installation of Module::Build</title>
    5151
     52      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     53                  href="../../../xincludes/perl-standard-install.xml"/>
     54
    5255      <para>
    53         This module uses the <xref linkend="new-perl-standard-install"/>,
    54         but it can also use the legacy <xref linkend="new-perl-build-install"/>.
     56        Note that this module can also be built using
     57        <filename>Build.PL</filename>
    5558      </para>
    5659
  • general/prog/perl-modules/perl-text-bibtex.xml

    ra572154e rfe07b42  
    5757      <title>Installation of Text::BibTeX</title>
    5858
    59       <para>
    60         This module uses the <xref linkend="new-perl-build-install"/>.
    61       </para>
     59      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     60                  href="../../../xincludes/perl-build-install.xml"/>
    6261
    6362    </sect3>
Note: See TracChangeset for help on using the changeset viewer.