1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 03:32:24 +00:00

Remove include of non-existant fonts.am file

This commit is contained in:
Jon Trulson 2022-02-21 13:00:31 -07:00 committed by Liang Chang
parent 2f0a9fa43c
commit b8e98f9ff8
4 changed files with 1 additions and 19 deletions

View file

@ -769,7 +769,6 @@ programs/dtinfo/dtinfo/src/cgm/Makefile
programs/dtinfo/dtinfo/install/Makefile programs/dtinfo/dtinfo/install/Makefile
programs/dtinfo/dtinfo/install/lib/Makefile programs/dtinfo/dtinfo/install/lib/Makefile
programs/dtinfo/dtinfo/install/lib/bitmaps/Makefile programs/dtinfo/dtinfo/install/lib/bitmaps/Makefile
programs/dtinfo/dtinfo/install/lib/fonts/Makefile
programs/types/Makefile programs/types/Makefile

View file

@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
etcdir = $(CDE_CONFIGURATION_TOP) etcdir = $(CDE_CONFIGURATION_TOP)
SUBDIRS = bitmaps fonts SUBDIRS = bitmaps
infolibdir = $(CDE_INSTALLATION_TOP)/infolib/etc infolibdir = $(CDE_INSTALLATION_TOP)/infolib/etc
dist_infolib_DATA = mmdb.mark.spec dist_infolib_DATA = mmdb.mark.spec

View file

@ -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)

View file

@ -1,3 +0,0 @@
MAINTAINERCLEANFILES = Makefile.in
include $(top_builddir)/programs/fontaliases/bdf/fonts.am