]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Doc: Add alternative path for SGML ISO entities 8879.1986 to $SGML_CATALOG_FILES
authorRobert Scheck <robert@fedoraproject.org>
Tue, 4 Dec 2018 17:11:42 +0000 (18:11 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 4 Dec 2018 17:11:42 +0000 (18:11 +0100)
The existing paths are valid for Debian, alternative paths are necessary
for Fedora and RHEL/CentOS.

doc/LinuxDocTools.pm

index 39bb401deb0df3c8213eaa89d4036e917f66af15..d73fc759f97f52fd5c2c4cd4939b1f008e196389 100644 (file)
@@ -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";