commit 9f6937ec7af9a747c981cc97b730ffbfbdcdb7fc
parent fb7de9fbabfabef247279204f83555c61983b1f4
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 28 Aug 2019 09:47:48 +0200
Remove the dfont target in Makefile, generated files do not work on modern macOS.
Diffstat:
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
@@ -12,7 +12,6 @@
BDFTOPCF ?= bdftopcf
BDF2PSF ?= bdf2psf
-UFOND ?= ufond
PREFIX ?= /usr/local
DATADIR ?= $(PREFIX)/share/bdf2psf
@@ -26,7 +25,7 @@ SIZES = 5x8 8x16 12x24 16x32 32x64
TARGET = all
-all: pcf psf dfont
+all: pcf psf
pcf:
.for size in $(SIZES)
@@ -38,10 +37,6 @@ psf:
$(BDF2PSF) --fb spleen-${size}.bdf $(OPTIONS) spleen-${size}.psfu
.endfor
-dfont:
- $(UFOND) -dfont *.bdf
- mv Spleen.fam.dfont spleen.dfont
-
screenshots:
.for size in $(SIZES)
awk 'BEGIN { for(chr = 32; chr < 127; chr++) printf "%c", chr }' | \