A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « LibXSLT 32-bit | HOME | LZO 64-bit » |
Name: SGML Common
Summary: Basic tools for managing SGML catalogues
License: GPL v2 or later
Version: 0.6.3
URL: https://sourceware.org/ftp/docbook-tools/new-trials/SOURCES/sgml-common-0.6.3.tgz
Average Build Time: less than 0.1 SBU
Used Install Space: 384 KiB
The SGML Common package needs a patch to add the manpage to the installation for the install-catalog script. To apply it, run the following command:
patch -Np1 -i ../patches/sgml-common/sgml-common-0.6.3-manpage-fix.patch
autoreconf -fi
To configure SGML Common for install into the build root, run the following command:
./configure --prefix=/usr --sysconfdir=/etc
To compile SGML Common, run the following command:
make
This package does not come with a test suite.
Finally, to install SGML Common into the build tree, run the following command:
make docdir=/usr/share/doc install
install-catalog --add /etc/sgml/sgml-ent.cat \
/usr/share/sgml/sgml-iso-entities-8879.1986/catalog &&
install-catalog --add /etc/sgml/sgml-docbook.cat \
/etc/sgml/sgml-ent.cat
| Contents | |
|---|---|
| Installed Programs | install-catalog and sgmlwhich |
| Installed Files | /etc/sgml/sgml.conf |
| Navigation | ||
|---|---|---|
| « LibXSLT 32-bit | HOME | LZO 64-bit » |