source: BOOK/temp-system/common/texinfo.xml @ 5b192dc

clfs-3.0.0-systemdsystemd
Last change on this file since 5b192dc was de0df04, checked in by Chris Staub <chris@…>, 10 years ago

Consistency update for index

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
[134ba96]8<sect1 id="ch-temp-system-texinfo" role="wrap">
[3f8be484]9  <?dbhtml filename="texinfo.html"?>
10
11  <title>Texinfo-&texinfo-version;</title>
12
[134ba96]13  <indexterm zone="ch-temp-system-texinfo">
[3f8be484]14    <primary sortas="a-Texinfo">Texinfo</primary>
[de0df04]15    <secondary>temporary system</secondary>
[3f8be484]16  </indexterm>
17
[dabbced]18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3ef74b1]19  href="../../final-system/common/texinfo.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]21
22  <sect2 role="installation">
23    <title>Installation of Texinfo</title>
24
[dabbced]25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]26    href="../../final-system/common/texinfo.xml"
27    xpointer="xpointer(//*[@os='a'])"/>
28
[a0730c7]29<screen os="b"><userinput>PERL=/usr/bin/perl ./configure --prefix=/tools \
[07114c98]30    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
[3f8be484]31
[852824db]32    <variablelist os="ba">
33      <title>The meaning of the new configure option:</title>
34
35      <varlistentry>
36        <term><parameter>PERL=/usr/bin/perl</parameter></term>
37        <listitem>
38          <para>This forces Texinfo to use
39          <filename class="directory">/usr/bin</filename> as the location of
40          <command>perl</command>, as some host systems may have it in
41          <filename class="directory">/bin</filename>.</para>
42        </listitem>
43      </varlistentry>
44
45    </variablelist>
46
[dabbced]47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3f8be484]48    href="../../final-system/common/texinfo.xml"
[aa3ee8b]49    xpointer="xpointer(//*[@os='c'])"/>
[3f8be484]50
[9111051]51<screen os="d"><userinput>make</userinput></screen>
[3f8be484]52
[dabbced]53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[5e36185]54    href="../../final-system/common/texinfo.xml"
55    xpointer="xpointer(//*[@os='f'])"/>
56
[dabbced]57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[bc2e3fa]58    href="../../final-system/common/texinfo.xml"
59    xpointer="xpointer(//*[@os='g'])"/>
[3f8be484]60
61  </sect2>
62
63  <sect2 role="content">
64    <title/>
65
66    <para>Details on this package are located in <xref
67    linkend="contents-texinfo" role="."/></para>
68
69  </sect2>
70
71</sect1>
Note: See TracBrowser for help on using the repository browser.