source: pst/sgml/sgml-common.xml@ 74cb253

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 74cb253 was 15445ab, checked in by Douglas R. Reno <renodr@…>, 16 months ago

Lots of tags

  • Property mode set to 100644
File size: 7.8 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 "https://sourceware.org/ftp/docbook-tools/new-trials/SOURCES/sgml-common-&sgml-common-version;.tgz">
8 <!ENTITY sgml-common-download-ftp "ftp://sourceware.org/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
19 <title>sgml-common-&sgml-common-version;</title>
20
21 <indexterm zone="sgml-common">
22 <primary sortas="a-SGML-Common">SGML Common</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to SGML Common</title>
27
28 <para>
29 The <application>SGML Common</application> package contains
30 <command>install-catalog</command>. This is useful for creating and
31 maintaining centralized SGML catalogs.
32 </para>
33
34 &lfs113_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&sgml-common-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&sgml-common-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &sgml-common-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &sgml-common-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &sgml-common-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &sgml-common-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing='compact'>
72 <listitem>
73 <para>
74 Required patch: <ulink url=
75 "&patch-root;/sgml-common-&sgml-common-version;-manpage-1.patch"/>
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/sgml-common"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of SGML Common</title>
87
88 <para>
89 Instead of the normal convention of including the autotools files
90 in the package, the maintainers included symlinks to the files in
91 <filename class="directory">/usr/share/automake</filename>. For previous
92 versions of <application>Automake</application> this convention is
93 correct, but recent versions of <application>Automake</application>
94 install the internal files in version specific directories. This causes
95 the <command>configure</command> script to abort. To fix this error, the
96 autotools are regenerated. Since the included
97 <filename>Makefile.am</filename> file uses a syntax not supported by
98 current versions of <application>Automake</application>, a patch is
99 required to fix the syntax.
100 </para>
101
102<screen><userinput>patch -Np1 -i ../sgml-common-0.6.3-manpage-1.patch &amp;&amp;
103autoreconf -f -i</userinput></screen>
104
105 <para>
106 Install <application>SGML Common</application> by
107 running the following commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make docdir=/usr/share/doc install &amp;&amp;
122
123install-catalog --add /etc/sgml/sgml-ent.cat \
124 /usr/share/sgml/sgml-iso-entities-8879.1986/catalog &amp;&amp;
125
126install-catalog --add /etc/sgml/sgml-docbook.cat \
127 /etc/sgml/sgml-ent.cat</userinput></screen>
128
129 <tip>
130 <title>Update Hint</title>
131
132 <para>
133 Remove the above catalog items prior to upgrading (as the
134 <systemitem class='username'>root</systemitem> user) with:
135 </para>
136
137<screen role="nodump"><userinput>install-catalog --remove /etc/sgml/sgml-ent.cat \
138 /usr/share/sgml/sgml-iso-entities-8879.1986/catalog &amp;&amp;
139
140install-catalog --remove /etc/sgml/sgml-docbook.cat \
141 /etc/sgml/sgml-ent.cat</userinput></screen>
142
143 </tip>
144
145 </sect2>
146
147 <sect2 role="configuration">
148 <title>Configuring SGML Common</title>
149
150 <sect3 id="sgml-common-config">
151 <title>Config Files</title>
152
153 <para>
154 <filename>/etc/sgml/sgml.conf</filename>
155 </para>
156
157 <indexterm zone="sgml-common sgml-common-config">
158 <primary sortas="e-etc-sgml-sgml.conf">/etc/sgml/sgml.conf</primary>
159 </indexterm>
160
161 </sect3>
162
163 <sect3>
164 <title>Configuration Information</title>
165
166 <para>
167 No change in this file is necessary.
168 </para>
169
170 </sect3>
171
172 </sect2>
173
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Programs</segtitle>
179 <segtitle>Installed Libraries</segtitle>
180 <segtitle>Installed Files</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
184 <seg>install-catalog and sgmlwhich</seg>
185 <seg>None</seg>
186 <seg>SGML and XML DocBook entity files</seg>
187 <seg>/etc/sgml, /usr/share/doc/sgml-common-&sgml-common-version;, and
188 /usr/share/sgml</seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="install-catalog">
198 <term><command>install-catalog</command></term>
199 <listitem>
200 <para>
201 creates a centralized catalog that maintains references to
202 catalogs scattered throughout the
203 <filename class="directory">/usr/share/sgml</filename> directory
204 tree
205 </para>
206 <indexterm zone="sgml-common install-catalog">
207 <primary sortas="b-install-catalog">install-catalog</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="sgmlwhich">
213 <term><command>sgmlwhich</command></term>
214 <listitem>
215 <para>
216 prints to standard output the name of the main configuration file
217 </para>
218 <indexterm zone="sgml-common sgmlwhich">
219 <primary sortas="b-sgmlwhich">sgmlwhich</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="SGML-entities">
225 <term><filename>SGML entities files</filename></term>
226 <listitem>
227 <para>
228 contains the basic character entities defined with SDATA entries
229 </para>
230 <indexterm zone="sgml-common SGML-entities">
231 <primary sortas="g-SGML-ENT-files">SGML entity files</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="XML-entities">
237 <term><filename>XML entities files</filename></term>
238 <listitem>
239 <para>
240 contains the basic character entities defined by a hexadecimal
241 representation of the Unicode character number
242 </para>
243 <indexterm zone="sgml-common XML-entities">
244 <primary sortas="g-XML-ENT-files">XML entity files</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 </variablelist>
250
251 </sect2>
252
253</sect1>
Note: See TracBrowser for help on using the repository browser.