diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 4839256b7..a8b59ea1e 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -44,7 +44,7 @@ Installation of Gettext For our temporary set of tools, we only need to build and install - three binaries from Gettext. + one binary from Gettext. Prepare Gettext for compilation: @@ -76,9 +76,7 @@ EMACS="no" ./configure --prefix=/tools --disable-shared Compile the package: make -C gnulib-lib -make -C src msgfmt -make -C src msgmerge -make -C src xgettext +make -C src msgfmt As only one binary has been compiled, it is not possible to run the test suite without compiling additional support libraries from the Gettext @@ -87,7 +85,7 @@ make -C src xgettext Install the msgfmt binary: -cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin +cp -v src/msgfmt /tools/bin