summaryrefslogtreecommitdiff
path: root/doc/sgml2latex
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2018-12-04 18:14:04 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-12-04 18:14:04 +0100
commit0e4920632aa30dab4fbfb0530bce5a959e7a7675 (patch)
tree769207cf2a35ace4ef50d250db4e6dc1f0be9f66 /doc/sgml2latex
parentf26bf60fb58bc975d510a9fff3adb76817ddb624 (diff)
Doc: Allow overriding $SGML_CATALOG_FILES using distribution specific paths
Diffstat (limited to 'doc/sgml2latex')
-rwxr-xr-xdoc/sgml2latex3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/sgml2latex b/doc/sgml2latex
index 02b60d94..c48f787d 100755
--- a/doc/sgml2latex
+++ b/doc/sgml2latex
@@ -34,7 +34,8 @@ $progs = {
"GROFFMACRO" => "-ms",
"AWK" => "/usr/share/linuxdoc-tools/awkwhich"
};
-$ENV{"SGML_CATALOG_FILES"} = "$DataDir/dtd/catalog";
+$ENV{"SGML_CATALOG_FILES"} = "$DataDir/dtd/catalog" .
+ (defined $ENV{SGML_CATALOG_FILES} ? ":$ENV{SGML_CATALOG_FILES}" : "");
require "$FindBin::Bin/LinuxDocTools.pm";
&LinuxDocTools::init;