diff options
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r-- | chapter05/gettext.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 8774df7e6..67ac3b0a7 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -48,7 +48,7 @@ <para>Prepare Gettext for compilation:</para> -<screen><userinput>cd gettext-tools +<screen><userinput remap="configure">cd gettext-tools ./configure --prefix=/tools --disable-shared</userinput></screen> <variablelist> @@ -66,7 +66,7 @@ <para>Compile the package:</para> -<screen><userinput>make -C gnulib-lib +<screen><userinput remap="make">make -C gnulib-lib make -C src msgfmt</userinput></screen> <para>As only one binary has been compiled, it is not possible to run the @@ -76,7 +76,7 @@ make -C src msgfmt</userinput></screen> <para>Install the <command>msgfmt</command> binary:</para> -<screen><userinput>cp -v src/msgfmt /tools/bin</userinput></screen> +<screen><userinput remap="install">cp -v src/msgfmt /tools/bin</userinput></screen> </sect2> |