1 # /etc/profile.d/html-dtd.sh
3 if [ -f "/usr/share/doc/html/HTML4.cat" ]; then
4 case "${SGML_CATALOG_FILES}" in
5 /usr
/share
/doc
/html
/HTML4.
cat)
7 /usr
/share
/doc
/html
/HTML4.
cat:*)
9 *:/usr
/share
/doc
/html
/HTML4.
cat)
11 *:/usr
/share
/doc
/html
/HTML4.
cat:*)
14 SGML_CATALOG_FILES
="${SGML_CATALOG_FILES:-}${SGML_CATALOG_FILES:+:}/usr/share/doc/html/HTML4.cat"
15 export SGML_CATALOG_FILES
20 # /etc/profile.d/html-dtd.sh ends here.