[xml/sgml-commit] [linuxdoc-tools] 12/16: LinuxDocTools.pm: Document catalog locations in code. Update copyright years.

Agustín Martín Domingo agmartin at moszumanska.debian.org
Mon Oct 19 11:31:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

agmartin pushed a commit to branch upstream
in repository linuxdoc-tools.

commit 98328965baa41565f46bcc5a2096ef05ca4b3598
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Mon Oct 19 11:11:51 2015 +0200

    LinuxDocTools.pm: Document catalog locations in code. Update copyright years.
    
    Signed-off-by: Agustin Martin Domingo <agmartin at debian.org>
---
 perl5lib/LinuxDocTools.pm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/perl5lib/LinuxDocTools.pm b/perl5lib/LinuxDocTools.pm
index d642196..2efcadd 100644
--- a/perl5lib/LinuxDocTools.pm
+++ b/perl5lib/LinuxDocTools.pm
@@ -7,7 +7,7 @@
 #
 #  Copyright � 1996, Cees de Groot.
 #  Copyright � 2000, Taketoshi Sano
-#  Copyright � 2006-2009, Agustin Martin
+#  Copyright � 2006-2015, Agustin Martin
 # --------------------------------------------------------------------------------
 
 package LinuxDocTools;
@@ -416,10 +416,15 @@ sub process_options {
 
   # Setup the SGML environment.
   my @sgmlcatalogs =
-    ("$main::isoentities_prefix/share/sgml/entities/sgml-iso-entities-8879.1986/catalog",
+    (# SGML iso-entities catalog location in Debian sgml-data package
+     "$main::isoentities_prefix/share/sgml/entities/sgml-iso-entities-8879.1986/catalog",
+     # SGML iso-entities catalog location in ArchLinux, Fedora and Gentoo
      "$main::isoentities_prefix/share/sgml/sgml-iso-entities-8879.1986/catalog",
+     # SGML iso-entities catalog location when installed from linuxdoc-tools
      "$main::isoentities_prefix/share/sgml/iso-entities-8879.1986/iso-entities.cat",
+     # dtd/catalog for SGML-Tools
      "$main::DataDir/linuxdoc-tools.catalog",
+     # The super catalog
      "/etc/sgml/catalog");
 
   @sgmlcatalogs = ($ENV{SGML_CATALOG_FILES}, @sgmlcatalogs) if defined $ENV{SGML_CATALOG_FILES};

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-xml-sgml/linuxdoc-tools.git



More information about the debian-xml-sgml-commit mailing list