aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gettext-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/gettext-inst.xml')
-rw-r--r--chapter05/gettext-inst.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml
deleted file mode 100644
index 210ef82ae..000000000
--- a/chapter05/gettext-inst.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<sect2>
-<title>Installation of Gettext</title>
-
-<para>
-Install Gettext by running the following commands:
-</para>
-
-<blockquote><literallayout>
- <userinput>./configure --disable-nls &amp;&amp;</userinput>
- <userinput>make -C lib &amp;&amp;</userinput>
- <userinput>make -C intl &amp;&amp;</userinput>
- <userinput>make -C src LDFLAGS=-all-static msgfmt &amp;&amp;</userinput>
- <userinput>cp src/msgfmt $LFS/usr/bin</userinput>
-</literallayout></blockquote>
-
-</sect2>
-