updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / xhtml-docs / profile.sh
blob513f9aff13c2b09da7d50d2f7f8da4f1394836ad
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)
6 ;;
7 /usr/share/doc/xhtml/DTD/xhtml.soc:*)
8 ;;
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
17 esac
20 # /etc/profile.d/xhtml-dtd.sh ends here.