aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/intltool.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-07 20:16:00 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-07 20:16:00 +0000
commitfcc027677da55c41dcaea045f5b9ff8b088e6495 (patch)
tree42500a7858959695b971e7f28f1d0bf33185db2e /chapter06/intltool.xml
parentd53fefab5a6772fef606392a61608fc290e6a7ae (diff)
Initial commit of alternative cross LFS
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11897 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/intltool.xml')
-rw-r--r--chapter06/intltool.xml141
1 files changed, 0 insertions, 141 deletions
diff --git a/chapter06/intltool.xml b/chapter06/intltool.xml
deleted file mode 100644
index 9e9ebad20..000000000
--- a/chapter06/intltool.xml
+++ /dev/null
@@ -1,141 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
- <!ENTITY % general-entities SYSTEM "../general.ent">
- %general-entities;
-]>
-
-<sect1 id="ch-system-intltool" role="wrap">
- <?dbhtml filename="intltool.html"?>
-
- <sect1info condition="script">
- <productname>intltool</productname>
- <productnumber>&intltool-version;</productnumber>
- <address>&intltool-url;</address>
- </sect1info>
-
- <title>Intltool-&intltool-version;</title>
-
- <indexterm zone="ch-system-intltool">
- <primary sortas="a-Intltool">Intltool</primary>
- </indexterm>
-
- <sect2 role="package">
- <title/>
-
- <para>The Intltool is an internationalization tool used for extracting
- translatable strings from source files.</para>
-
- <segmentedlist>
- <segtitle>&buildtime;</segtitle>
- <segtitle>&diskspace;</segtitle>
-
- <seglistitem>
- <seg>&intltool-ch6-sbu;</seg>
- <seg>&intltool-ch6-du;</seg>
- </seglistitem>
- </segmentedlist>
-
- </sect2>
-
- <sect2 role="installation">
- <title>Installation of Intltool</title>
-
- <para>First fix a warning that is caused by perl-5.22 and later:</para>
-
-<screen><userinput remap="pre">sed -i 's:\\\${:\\\$\\{:' intltool-update.in</userinput></screen>
-
- <para>Prepare Intltool for compilation:</para>
-
-<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
-
- <para>Compile the package:</para>
-
-<screen><userinput remap="make">make</userinput></screen>
-
- <para>To test the results, issue:</para>
-
-<screen><userinput remap="test">make check</userinput></screen>
-
- <para>Install the package:</para>
-
-<screen><userinput remap="install">make install
-install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N-HOWTO</userinput></screen>
-
- </sect2>
-
- <sect2 id="contents-intltool" role="content">
- <title>Contents of Intltool</title>
-
- <segmentedlist>
- <segtitle>Installed programs</segtitle>
- <segtitle>Installed directories</segtitle>
-
- <seglistitem>
- <seg>intltool-extract, intltool-merge, intltool-prepare,
- intltool-update, and intltoolize</seg>
- <seg>/usr/share/doc/intltool-&intltool-version; and
- /usr/share/intltool</seg>
- </seglistitem>
- </segmentedlist>
-
- <variablelist>
- <bridgehead renderas="sect3">Short Descriptions</bridgehead>
- <?dbfo list-presentation="list"?>
- <?dbhtml list-presentation="table"?>
-
- <varlistentry id="intltoolize">
- <term><command>intltoolize</command></term>
- <listitem>
- <para>Prepares a package to use intltool</para>
- <indexterm zone="ch-system-intltool intltoolize">
- <primary sortas="b-intltoolize">intltoolize</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="intltool-extract">
- <term><command>intltool-extract</command></term>
- <listitem>
- <para>Generates header files that can be read by <command>gettext</command></para>
- <indexterm zone="ch-system-intltool intltool-extract">
- <primary sortas="b-intltool-extract">intltool-extract</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="intltool-merge">
- <term><command>intltool-merge</command></term>
- <listitem>
- <para>Merges translated strings into various file types</para>
- <indexterm zone="ch-system-intltool intltool-merge">
- <primary sortas="b-intltool-merge">intltool-merge</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="intltool-prepare">
- <term><command>intltool-prepare</command></term>
- <listitem>
- <para>Updates pot files and merges them with translation files</para>
- <indexterm zone="ch-system-intltool intltool-prepare">
- <primary sortas="b-intltool-prepare">intltool-prepare</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- <varlistentry id="intltool-update">
- <term><command>intltool-update</command></term>
- <listitem>
- <para>Updates the po template files and merges them with the translations</para>
- <indexterm zone="ch-system-intltool intltool-update">
- <primary sortas="b-intltool-update">intltool-update</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
- </variablelist>
-
- </sect2>
-
-</sect1>