diff options
Diffstat (limited to 'chapter05/texinfo.xml')
-rw-r--r-- | chapter05/texinfo.xml | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml index 3e5ecfaef..2cb7764cb 100644 --- a/chapter05/texinfo.xml +++ b/chapter05/texinfo.xml @@ -5,8 +5,8 @@ %general-entities; ]> -<sect1 id="ch-tools-texinfo" role="wrap"> - <?dbhtml filename="texinfo.html"?> +<sect1 id="ch-system-texinfo-temp" role="wrap"> + <?dbhtml filename="texinfo-temp.html"?> <sect1info condition="script"> <productname>texinfo</productname> @@ -16,9 +16,9 @@ <title>Texinfo-&texinfo-version;</title> - <indexterm zone="ch-tools-texinfo"> + <indexterm zone="ch-system-texinfo-temp"> <primary sortas="a-Texinfo">Texinfo</primary> - <secondary>tools</secondary> + <secondary>temporary</secondary> </indexterm> <sect2 role="package"> @@ -45,7 +45,7 @@ <para>Prepare Texinfo for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> <note> <para>As part of the configure process, a test is made that indicates an @@ -57,12 +57,6 @@ <screen><userinput remap="make">make</userinput></screen> - <para>Compilation is now complete. As discussed earlier, running the test - suite is not mandatory for the temporary tools here in this chapter. To run - the Texinfo test suite anyway, issue the following command:</para> - -<screen><userinput remap="test">make check</userinput></screen> - <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |