source: chapter07/texinfo.xml@ 16cdca7b

ml-11.0 multilib
Last change on this file since 16cdca7b was 6dfcfecc, checked in by Xℹ Ruoyao <xry111@…>, 3 years ago

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[b28fd35]7
[9652249]8<sect1 id="ch-tools-texinfo" role="wrap">
[b28fd35]9 <?dbhtml filename="texinfo.html"?>
10
[e747759]11 <sect1info condition="script">
12 <productname>texinfo</productname>
13 <productnumber>&texinfo-version;</productnumber>
14 <address>&texinfo-url;</address>
15 </sect1info>
16
[b28fd35]17 <title>Texinfo-&texinfo-version;</title>
18
19 <indexterm zone="ch-tools-texinfo">
20 <primary sortas="a-Texinfo">Texinfo</primary>
[6dfcfecc]21 <secondary>temporary</secondary>
[b28fd35]22 </indexterm>
23
24 <sect2 role="package">
25 <title/>
[b82e837]26
[d9441360]27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[6dfcfecc]28 href="../chapter08/texinfo.xml"
[b28fd35]29 xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
[81fd230]30
[b28fd35]31 <segmentedlist>
32 <segtitle>&buildtime;</segtitle>
33 <segtitle>&diskspace;</segtitle>
[673b0d8]34
[b28fd35]35 <seglistitem>
[6dfcfecc]36 <seg>&texinfo-tmp-sbu;</seg>
37 <seg>&texinfo-tmp-du;</seg>
[b28fd35]38 </seglistitem>
39 </segmentedlist>
[673b0d8]40
[b28fd35]41 </sect2>
[73aedd1d]42
[b28fd35]43 <sect2 role="installation">
44 <title>Installation of Texinfo</title>
[73aedd1d]45
[b28fd35]46 <para>Prepare Texinfo for compilation:</para>
[73aedd1d]47
[6dfcfecc]48<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
[73aedd1d]49
[9f3c264]50 <note>
51 <para>As part of the configure process, a test is made that indicates an
52 error for TestXS_la-TestXS.lo. This is not relevant for LFS and should be
53 ignored.</para>
54 </note>
55
[b28fd35]56 <para>Compile the package:</para>
[73aedd1d]57
[0445a3d]58<screen><userinput remap="make">make</userinput></screen>
[73aedd1d]59
[b28fd35]60 <para>Install the package:</para>
[73aedd1d]61
[0445a3d]62<screen><userinput remap="install">make install</userinput></screen>
[73aedd1d]63
[b28fd35]64 </sect2>
[b82e837]65
[b28fd35]66 <sect2 role="content">
67 <title/>
[81fd230]68
[6dfcfecc]69 <para>Details on this package are located in <xref linkend="contents-texinfo" role="."/></para>
[b28fd35]70
71 </sect2>
[81fd230]72
[b28fd35]73</sect1>
Note: See TracBrowser for help on using the repository browser.