aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-01-02 18:31:11 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-01-02 18:31:11 +0000
commita02b8ef8ce20914e071d864cfb0c78c63854ec10 (patch)
tree18fbebe6723d75051d8ba8eaf7dacdf16d273bef /chapter05
parenta10a99367a9fd3d1a488b3ad6ac8c1f99dc50a97 (diff)
Update to man-pages-3.76.
Fix URL for CLFS. Update copyright year. Make version-check script more robust. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gettext.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml
index 58170e1f6..c88c0f468 100644
--- a/chapter05/gettext.xml
+++ b/chapter05/gettext.xml
@@ -76,6 +76,7 @@ EMACS="no" ./configure --prefix=/tools --disable-shared</userinput></screen>
<para>Compile the package:</para>
<screen><userinput remap="make">make -C gnulib-lib
+make -C intl pluralx.c
make -C src msgfmt
make -C src msgmerge
make -C src xgettext</userinput></screen>