source: pst/sgml/sgml-common.xml@ 1c65bfd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1c65bfd was 1c65bfd, checked in by Guy Dalziel <gdalziel@…>, 15 years ago

LFS-6.5 checks and fixed broken Valgrind links.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7899 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY sgml-common-download-http "http://gd.tuwien.ac.at/hci/kde/devel/docbook/SOURCES/sgml-common-&sgml-common-version;.tgz">
8 <!ENTITY sgml-common-download-ftp "ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-&sgml-common-version;.tgz">
9 <!ENTITY sgml-common-md5sum "103c9828f24820df86e55e7862e28974">
10 <!ENTITY sgml-common-size "75 KB">
11 <!ENTITY sgml-common-buildsize "1.5 MB">
12 <!ENTITY sgml-common-time "less than 0.1 SBU">
13]>
14
15<sect1 id="sgml-common" xreflabel="SGML Common-&sgml-common-version;">
16 <?dbhtml filename="sgml-common.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>SGML Common-&sgml-common-version;</title>
24
25 <indexterm zone="sgml-common">
26 <primary sortas="a-SGML-Common">SGML Common</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to SGML Common</title>
31
32 <para>The <application>SGML Common</application> package contains
33 <command>install-catalog</command>. This is useful for creating and
34 maintaining centralized SGML catalogs.</para>
35
36 &lfs65_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&sgml-common-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&sgml-common-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &sgml-common-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &sgml-common-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &sgml-common-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &sgml-common-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required Patch: <ulink
64 url="&patch-root;/sgml-common-&sgml-common-version;-manpage-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/sgml-common"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of SGML Common</title>
75
76 <para>Instead of the normal convention of including the autotools files
77 in the package, the maintainers included symlinks to the files in
78 <filename class="directory">/usr/share/automake</filename>. For previous
79 versions of <application>Automake</application> this convention is
80 correct, but recent versions of <application>Automake</application>
81 install the internal files in version specific directories. This causes
82 the <command>configure</command> script to abort. To fix this error, the
83 autotools are regenerated. Since the included
84 <filename>Makefile.am</filename> file uses a syntax not supported by
85 current versions of <application>Automake</application>, a patch is
86 required to fix the syntax.</para>
87
88<screen><userinput>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch &amp;&amp;
89autoreconf -f -i</userinput></screen>
90
91 <para>Install <application>SGML Common</application> by
92 running the following commands:</para>
93
94<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
95make</userinput></screen>
96
97 <para>This package does not come with a test suite.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install &amp;&amp;
102install-catalog --add /etc/sgml/sgml-ent.cat \
103 /usr/share/sgml/sgml-iso-entities-8879.1986/catalog &amp;&amp;
104install-catalog --add /etc/sgml/sgml-docbook.cat \
105 /etc/sgml/sgml-ent.cat</userinput></screen>
106
107 <tip>
108 <title>Update Hint</title>
109
110 <para>Remove the above catalog items prior to upgrading (as the
111 <systemitem class='username'>root</systemitem> user) with:</para>
112
113<screen role="root"><userinput>install-catalog --remove /etc/sgml/sgml-ent.cat \
114 /usr/share/sgml/sgml-iso-entities-8879.1986/catalog &amp;&amp;
115install-catalog --remove /etc/sgml/sgml-docbook.cat \
116 /etc/sgml/sgml-ent.cat</userinput></screen>
117
118 </tip>
119
120 </sect2>
121
122 <sect2 role="configuration">
123 <title>Configuring SGML Common</title>
124
125 <sect3 id="sgml-common-config">
126 <title>Config Files</title>
127
128 <para><filename>/etc/sgml/sgml.conf</filename></para>
129
130 <indexterm zone="sgml-common sgml-common-config">
131 <primary sortas="e-etc-sgml-sgml.conf">/etc/sgml/sgml.conf</primary>
132 </indexterm>
133
134 </sect3>
135
136 <sect3>
137 <title>Configuration Information</title>
138
139 <para>No change in this file is necessary.</para>
140
141 </sect3>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Files</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>install-catalog and sgmlwhich</seg>
156 <seg>None</seg>
157 <seg>SGML and XML DocBook entity files</seg>
158 <seg>/etc/sgml, /usr/share/doc/sgml-common-&sgml-common-version;, and
159 /usr/share/sgml</seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="install-catalog">
169 <term><command>install-catalog</command></term>
170 <listitem>
171 <para>creates a centralized catalog that maintains references to
172 catalogs scattered throughout the
173 <filename class="directory">/usr/share/sgml</filename> directory
174 tree.</para>
175 <indexterm zone="sgml-common install-catalog">
176 <primary sortas="b-install-catalog">install-catalog</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="sgmlwhich">
182 <term><command>sgmlwhich</command></term>
183 <listitem>
184 <para>will print to standard output the name of the main
185 configuration file.</para>
186 <indexterm zone="sgml-common sgmlwhich">
187 <primary sortas="b-sgmlwhich">sgmlwhich</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="SGML-entities">
193 <term><filename>SGML entities files</filename></term>
194 <listitem>
195 <para>contain the basic character entities defined with
196 SDATA entries.</para>
197 <indexterm zone="sgml-common SGML-entities">
198 <primary sortas="g-sgml-entities-files">SGML entities files</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="XML-entities">
204 <term><filename>XML entities files</filename></term>
205 <listitem>
206 <para> contain the basic character entities defined by a hexadecimal
207 representation of the Unicode character number.</para>
208 <indexterm zone="sgml-common XML-entities">
209 <primary sortas="g-xml-entities-files">XML entities files</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 </variablelist>
215
216 </sect2>
217
218</sect1>
Note: See TracBrowser for help on using the repository browser.