From fcdeb932d3664c7362103efc6b79f43070c9818a Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 21 Aug 2018 17:56:32 -0500 Subject: [PATCH] Dtdocbook: Remove old sgmls program --- cde/programs/dtdocbook/Imakefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cde/programs/dtdocbook/Imakefile b/cde/programs/dtdocbook/Imakefile index 8c46ff2f..cb689084 100644 --- a/cde/programs/dtdocbook/Imakefile +++ b/cde/programs/dtdocbook/Imakefile @@ -3,11 +3,7 @@ XCOMM $XConsortium: Imakefile /main/6 1996/10/24 00:10:08 cde-hp $ #define IHaveSubdirs #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' -#if !UseNSGMLS -SGMLSDIR = sgmls -#endif - -SUBDIRS = doc2sdl lib tcl instant $(SGMLSDIR) xlate_locale +SUBDIRS = doc2sdl lib tcl instant xlate_locale MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) -- 2.25.1