diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-01 09:55:32 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-01 09:55:32 +0000 |
commit | 03e9011736d9f1f81771a6cc59e9b7970d7ad0c7 (patch) | |
tree | 7d13abcf898b77e7e98c421e008a8237d2ee44d2 /chapter05 | |
parent | b85d4d38c0046e134285537bf3e788f92c89a533 (diff) |
In Chapter5, dump only the locales required by testsuites. In chapter6 dump the full locales build.
Fixed an screen formating issue in both HTML and PDF outputs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 0efb8a034..0be480aba 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -190,7 +190,7 @@ chapter.</para></note> <para>To install the Glibc locales anyway, use the following command:</para> -<screen><userinput>make localedata/install-locales</userinput></screen> +<screen role="nodump"><userinput>make localedata/install-locales</userinput></screen> <para>To save time, an alternative to running the previous command (which generates and installs every locale Glibc is |