From b649ef98b18c2f3590160362690d86e1ce267184 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 23 Mar 2020 13:27:06 -0600 Subject: [PATCH] configure: enable building of nsgmls and parts of dthelp Patch by Peter G. --- cde/configure.ac | 7 +++++++ cde/programs/Makefile.am | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cde/configure.ac b/cde/configure.ac index 8fba70e3..59f7e6e3 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -509,6 +509,13 @@ programs/icons/Makefile programs/dsdm/Makefile +programs/dthelp/Makefile +programs/dthelp/dthelpview/Makefile +programs/dthelp/dthelpgen/Makefile +programs/dthelp/dthelpdemo/Makefile + +programs/nsgmls/Makefile + programs/dtmail/Makefile programs/dtmail/dtmail/Makefile programs/dtmail/MotifApp/Makefile diff --git a/cde/programs/Makefile.am b/cde/programs/Makefile.am index 5053d68d..c996dac4 100644 --- a/cde/programs/Makefile.am +++ b/cde/programs/Makefile.am @@ -5,6 +5,6 @@ SUBDIRS = backdrops icons dsdm dtmail dtpad dtfile dtwm dtlogin \ dtaction dtspcd dtscreen dtcm dtsearchpath palettes \ dtappintegrate dtprintegrate dtconfig dtcreate dtprintinfo fontaliases \ dtdspmsg dtimsstart dtpdm dtsr dtpdmd types \ - tttypes util dtopen localized + tttypes util dtopen localized dthelp nsgmls -# NOTYET = dthelp dtksh dtappbuilder dtdocbook dtinfo nsgmls ttsnoop +# NOTYET = dtksh dtappbuilder dtdocbook dtinfo ttsnoop -- 2.25.1