From 2bba385f509cca675434d17a6b6fdaa958d13ae5 Mon Sep 17 00:00:00 2001 From: rrt <unknown> Date: Fri, 12 May 2000 13:35:46 +0000 Subject: [PATCH] [project @ 2000-05-12 13:35:46 by rrt] Removed the SGML directories stuff. This should all be set up by the user (who won't have to if the SGML tools are correctly installed). --- mk/config.mk.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 558bf4b9c4fc..fbea271f813c 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -641,12 +641,6 @@ SGML2RTF = $(DOCBOOK_PREFIX)db2rtf SGMLSTYLESHEET = $(FPTOOLS_TOP_ABS)/docs/fptools-both.dsl -# This may need to be changed by the user for local conditions -SGML_TOP = /usr/lib/sgml - -SGML_CATALOG_FILES = ./catalog:$(SGML_TOP)/catalog:$(SGML_TOP)/docbook.cat:$(SGML_TOP)/stylesheets/docbook/catalog - - SRC_SGML2DVI_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2HTML_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2PS_OPTS = -d $(SGMLSTYLESHEET) -- GitLab