Diff for /embedaddon/bird/doc/LinuxDocTools.pm between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2017/08/22 12:33:54 version 1.1.1.2, 2021/03/17 19:50:23
Line 242  sub process_options Line 242  sub process_options
   #   removes iso-entites sub directory after doing make install.)    #   removes iso-entites sub directory after doing make install.)
   #    #
   $ENV{SGML_CATALOG_FILES} .= (defined $ENV{SGML_CATALOG_FILES} ? ":" : "") .    $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";       "$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::DataDir/linuxdoc-tools.catalog";
   $ENV{SGML_CATALOG_FILES} .= ":$main::/etc/sgml.catalog";    $ENV{SGML_CATALOG_FILES} .= ":$main::/etc/sgml.catalog";
Line 372  sub process_file Line 373  sub process_file
         }          }
     }      }
   #    #
   
     local $ENV{PATH} = "$ENV{PATH}:/usr/lib/linuxdoc-tools";
   my($precmd) = "|sgmlpre output=$global->{format} $global->{define}";    my($precmd) = "|sgmlpre output=$global->{format} $global->{define}";
   
   #    #

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>