From b8e98f9ff892a2402da3a97778fe40efefb3c59c Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 21 Feb 2022 13:00:31 -0700 Subject: [PATCH] Remove include of non-existant fonts.am file --- cde/configure.ac | 1 - cde/programs/dtinfo/dtinfo/install/lib/Makefile.am | 2 +- .../dtinfo/dtinfo/install/lib/fonts/Imakefile | 14 -------------- .../dtinfo/dtinfo/install/lib/fonts/Makefile.am | 3 --- 4 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 cde/programs/dtinfo/dtinfo/install/lib/fonts/Imakefile delete mode 100644 cde/programs/dtinfo/dtinfo/install/lib/fonts/Makefile.am diff --git a/cde/configure.ac b/cde/configure.ac index 88fe5ddc2..da178dd2b 100644 --- a/cde/configure.ac +++ b/cde/configure.ac @@ -769,7 +769,6 @@ programs/dtinfo/dtinfo/src/cgm/Makefile programs/dtinfo/dtinfo/install/Makefile programs/dtinfo/dtinfo/install/lib/Makefile programs/dtinfo/dtinfo/install/lib/bitmaps/Makefile -programs/dtinfo/dtinfo/install/lib/fonts/Makefile programs/types/Makefile diff --git a/cde/programs/dtinfo/dtinfo/install/lib/Makefile.am b/cde/programs/dtinfo/dtinfo/install/lib/Makefile.am index ad68f1716..ac6c66502 100644 --- a/cde/programs/dtinfo/dtinfo/install/lib/Makefile.am +++ b/cde/programs/dtinfo/dtinfo/install/lib/Makefile.am @@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in etcdir = $(CDE_CONFIGURATION_TOP) -SUBDIRS = bitmaps fonts +SUBDIRS = bitmaps infolibdir = $(CDE_INSTALLATION_TOP)/infolib/etc dist_infolib_DATA = mmdb.mark.spec diff --git a/cde/programs/dtinfo/dtinfo/install/lib/fonts/Imakefile b/cde/programs/dtinfo/dtinfo/install/lib/fonts/Imakefile deleted file mode 100644 index ba9c97f1a..000000000 --- a/cde/programs/dtinfo/dtinfo/install/lib/fonts/Imakefile +++ /dev/null @@ -1,14 +0,0 @@ -XCOMM $XConsortium: Imakefile /main/6 1996/09/13 17:26:30 drk $ - -#ifdef X11ProjectRoot -FONTC = $(XPROJECTROOT)/bin/bdftopcf -MKFONTDIR = $(XPROJECTROOT)/bin/mkfontdir -#endif - -OBJS = FontObj(dtinfo) - -CopySourceFile(dtinfo.bdf,$(CDESRC)/fontaliases/bdf) - -MakeFonts() - -FontTarget(dtinfo) diff --git a/cde/programs/dtinfo/dtinfo/install/lib/fonts/Makefile.am b/cde/programs/dtinfo/dtinfo/install/lib/fonts/Makefile.am deleted file mode 100644 index a1eec2601..000000000 --- a/cde/programs/dtinfo/dtinfo/install/lib/fonts/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in - -include $(top_builddir)/programs/fontaliases/bdf/fonts.am