From 79e0c8376ff5966f556800b1e964abcf1fb4d062 Mon Sep 17 00:00:00 2001
From: rrt <unknown>
Date: Tue, 9 May 2000 13:31:27 +0000
Subject: [PATCH] [project @ 2000-05-09 13:31:27 by rrt] Used identifiers
 rather than paths to find the print and HTML stylesheets. N.B. This means
 that building docs won't work unless you set SGML_CATALOG_FILES to
 /usr/lib/sgml/CATALOG:/usr/lib/sgml/stylesheets/nwalsh-modular/docbook.cat,
 or wait for this lot to be added to the build system (RSN).

---
 docs/fptools-both.dsl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/fptools-both.dsl b/docs/fptools-both.dsl
index db1c79228143..44f85c9a928d 100644
--- a/docs/fptools-both.dsl
+++ b/docs/fptools-both.dsl
@@ -2,11 +2,11 @@
 <!ENTITY % html "IGNORE">
 <![%html;[
 <!ENTITY % print "IGNORE">
-<!ENTITY docbook.dsl SYSTEM "/usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl" CDATA dsssl>
+<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
 ]]>
 <!ENTITY % print "INCLUDE">
 <![%print;[
-<!ENTITY docbook.dsl SYSTEM "/usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl" CDATA dsssl>
+<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA dsssl>
 ]]>
 ]>
 
-- 
GitLab