aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-13 00:16:54 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-13 00:16:54 +0000
commitef31c67389f768ca9a632fa0017ccc741a9da72e (patch)
tree5ff289ddb8019e26912270ea50540d64c04b9fde /chapter06
parent5394c5c6b932219948c40402bda873e47d13c752 (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gettext.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml
index dff95ba3f..0bce337ac 100644
--- a/chapter06/gettext.xml
+++ b/chapter06/gettext.xml
@@ -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>