mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Added a configure option to the Chapter 6 Gettext instructions so that the documentation is installed in a versioned directory
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5394c5c6b9
commit
ef31c67389
@ -37,6 +37,17 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2008-10-13</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[randy] - Added a configure option to the Chapter 6 Gettext
|
||||
instructions so that the documentation is installed in a versioned
|
||||
directory.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2008-10-12</para>
|
||||
<itemizedlist>
|
||||
|
@ -45,18 +45,18 @@
|
||||
|
||||
<para>Prepare Gettext for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
--docdir=/usr/share/doc/gettext-&gettext-version;</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput remap="make">make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue:</para>
|
||||
<para>To test the results (this takes a long time, around 3 SBUs),
|
||||
issue:</para>
|
||||
|
||||
<screen><userinput remap="test">make check</userinput></screen>
|
||||
|
||||
<para>This takes a long time, around 3 SBUs.</para>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20081012">
|
||||
<!ENTITY releasedate "October 12, 2008">
|
||||
<!ENTITY version "SVN-20081013">
|
||||
<!ENTITY releasedate "October 13, 2008">
|
||||
<!ENTITY copyrightdate "1999–2008">
|
||||
<!ENTITY milestone "7.0">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user