8f3548
.TH SGML.CONF 5
8f3548
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
8f3548
.\" other parms are allowed: see man(7), man(1)
8f3548
.SH NAME
8f3548
sgml.conf \- basic configuration file for SGML environment variables
8f3548
8f3548
.SH "DESCRIPTION"
8f3548
This file contains basic variables for SGML environment.
8f3548
.HP
8f3548
Format of this file is straightforward:
8f3548
8f3548
- Lines are either empty lines, comment lines (starting with hash mark) or variable assignments.
8f3548
8f3548
- Assigments take form of "variable=value" where whitespace is not allowed. This makes the format Bourne-shell includable.
8f3548
8f3548
.SH "VARIABLES"
8f3548
.TP
8f3548
.B SGML_BASE_DIR
8f3548
This variable contains root of the location of sgml components. Suggested value for this variable is /usr/share/sgml.
8f3548
.TP
8f3548
.B SGML_CATALOGS_DIRS
8f3548
This variable contains location of sgml catalog files. Suggested value is /etc/sgml.
8f3548
.TP
8f3548
.B SGML_EXTRA_BASE_DIRS
8f3548
This variable contains the directory name(s) of the root of the location(s) of optional sgml components that the system administrator doesn't want to install to primary SGML_BASE_DIR directory. If multiple directory names are mentioned, they are separated by colons.
8f3548
.TP
8f3548
.B SGML_BIN_DIR
8f3548
This variable contains the directory where executables should be placed. By default /usr/bin.
8f3548
.TP
8f3548
.B SGML_EXTRA_BIN_DIRS
8f3548
This variable contains the directory name(s) where optional executables can be placed. Suggested and default value is /usr/local/bin. If multiple directory names are mentioned, they are separated by colons.
8f3548
.TP
8f3548
.B SGML_TMP_DIR
8f3548
A hint to components where to put temporary files. The suggested and default value is /tmp.
8f3548
.TP
8f3548
.B SGML_POSTINSTALL_CMD
8f3548
A command that is to be executed when new components have been installed. This mechanism is not used by default, sgml components are usually registered by %post scriptlets.
8f3548
.SH "SEE ALSO"
8f3548
.\" Always quote multiple words for .SH
8f3548
.BR xsltproc (1)