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) > $@
|
||||
|
||||
Reference in New Issue
Block a user