From 5f02c65da04fc52a88877f4a38c6b499749d9941 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 13 Dec 2021 15:26:15 -0700 Subject: [PATCH] dthelpdemo: disable it No one is going to want to build and use this example in the forseeable future, so just disable it. --- cde/programs/dthelp/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cde/programs/dthelp/Makefile.am b/cde/programs/dthelp/Makefile.am index 4d351c9f5..29c6a5450 100644 --- a/cde/programs/dthelp/Makefile.am +++ b/cde/programs/dthelp/Makefile.am @@ -1,4 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = dthelpview dthelpgen dthelpdemo dthelpprint parser +SUBDIRS = dthelpview dthelpgen dthelpprint parser +# dthelpdemo - removed from list above - I can't see anyone needing to +# build this example code for the forseeable future.