fontaliases: make it build, and rework somewhat

This commit is contained in:
Jon Trulson
2019-11-21 19:47:38 -07:00
parent 5bb7b74efd
commit 70c07a7b68
18 changed files with 112 additions and 33 deletions

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