From ef31c67389f768ca9a632fa0017ccc741a9da72e Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Mon, 13 Oct 2008 00:16:54 +0000 Subject: 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 --- chapter06/gettext.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') 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 @@ Prepare Gettext for compilation: -./configure --prefix=/usr +./configure --prefix=/usr \ + --docdir=/usr/share/doc/gettext-&gettext-version; Compile the package: make - To test the results, issue: + To test the results (this takes a long time, around 3 SBUs), + issue: make check - This takes a long time, around 3 SBUs. - Install the package: make install -- cgit v1.2.3-54-g00ecf