diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-11 18:43:58 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-12-11 18:43:58 +0100 |
commit | 01fd00f5ed9298ab5829403cd7a8a9ba22bcc96a (patch) | |
tree | a5c46bb495104532964ad3702b53e313b156a1e3 /doc | |
parent | d506263da713673f95bc17aaedceebaaad03580d (diff) |
Doc: Fix typo in previous LinuxDoc change
Diffstat (limited to 'doc')
-rw-r--r-- | doc/LinuxDocTools.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/LinuxDocTools.pm b/doc/LinuxDocTools.pm index d73fc759..d32f3171 100644 --- a/doc/LinuxDocTools.pm +++ b/doc/LinuxDocTools.pm @@ -242,7 +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/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"; |