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