aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gettext.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-09-18 21:11:00 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-09-18 21:11:00 +0000
commit0445a3d50660d84f11d095db0177078f4f5cd8a0 (patch)
tree0a498ecf0a0714891f5c4576bc508558268283a8 /chapter05/gettext.xml
parenta7a02386b4c83ed74790c1918c80f1fffc3af472 (diff)
Added remap attributes to userinput tags in packages pages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gettext.xml')
-rw-r--r--chapter05/gettext.xml6
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>