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:
parent
2f0a9fa43c
commit
b8e98f9ff8
4 changed files with 1 additions and 19 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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)
|
|
|
@ -1,3 +0,0 @@
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
|
||||||
|
|
||||||
include $(top_builddir)/programs/fontaliases/bdf/fonts.am
|
|
Loading…
Reference in a new issue