fontaliases: make it build, and rework somewhat
This commit is contained in:
13
cde/programs/fontaliases/bdf/Makefile.am
Normal file
13
cde/programs/fontaliases/bdf/Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
noinst_DATA = $(DTINFO_FONT)
|
||||
|
||||
DTINFO_FONT = dtinfo.pcf.gz
|
||||
|
||||
BUILT_SOURCES = $(DTINFO_FONT)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
dtinfo.pcf.gz: dtinfo.bdf
|
||||
$(RM) $@
|
||||
$(BDFTOPCF) -t $< |$(GZIP) > $@
|
||||
|
||||
10
cde/programs/fontaliases/bdf/fonts.inc
Normal file
10
cde/programs/fontaliases/bdf/fonts.inc
Normal file
@@ -0,0 +1,10 @@
|
||||
# to be included by OS/LANG/Makefile.am's
|
||||
|
||||
|
||||
dtinfo.pcf.gz: $(top_builddir)/programs/fontaliases/bdf/dtinfo.pcf.gz
|
||||
$(RM) $@
|
||||
$(CP) $< $@
|
||||
|
||||
fonts.dir: fonts.alias dtinfo.pcf.gz
|
||||
$(MKFONTDIR) .
|
||||
|
||||
Reference in New Issue
Block a user