BIRD 2.0.2 documentation build failure

Ondrej Zajicek santiago at crfreenet.org
Tue Dec 11 18:21:36 CET 2018


> diff --git a/doc/LinuxDocTools.pm b/doc/LinuxDocTools.pm
> index 39bb401..d73fc75 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";

Hi

I guess this is a typo and it should be:

-     "$main::prefix/share/sgml/sgml-iso-entities-8879.1986/catalog:";
+     "$main::prefix/share/sgml/sgml-iso-entities-8879.1986/catalog:" .

to include both paths?

-- 
Elen sila lumenn' omentielvo

Ondrej 'Santiago' Zajicek (email: santiago at crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."


More information about the Bird-users mailing list