diff options
author | Robert Scheck <robert@fedoraproject.org> | 2018-12-04 18:11:42 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-04 18:11:42 +0100 |
commit | f26bf60fb58bc975d510a9fff3adb76817ddb624 (patch) | |
tree | abd294873b87da744fae60d7ebf8c3fd3cdbee4b /doc | |
parent | 3fda08e40532245ba69e14cdac0623a138b939f9 (diff) |
Doc: Add alternative path for SGML ISO entities 8879.1986 to $SGML_CATALOG_FILES
The existing paths are valid for Debian, alternative paths are necessary
for Fedora and RHEL/CentOS.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/LinuxDocTools.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/LinuxDocTools.pm b/doc/LinuxDocTools.pm index 39bb401d..d73fc759 100644 --- a/doc/LinuxDocTools.pm +++ b/doc/LinuxDocTools.pm @@ -242,6 +242,7 @@ sub process_options # removes iso-entites sub directory after doing make install.) # $ENV{SGML_CATALOG_FILES} .= (defined $ENV{SGML_CATALOG_FILES} ? ":" : "") . + "$main::prefix/share/sgml/sgml-iso-entities-8879.1986/catalog:"; "$main::prefix/share/sgml/entities/sgml-iso-entities-8879.1986/catalog"; $ENV{SGML_CATALOG_FILES} .= ":$main::DataDir/linuxdoc-tools.catalog"; $ENV{SGML_CATALOG_FILES} .= ":$main::/etc/sgml.catalog"; |