summary refs log tree commit diff
path: root/etc/psf/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-09-22 18:50:50 -0400
committerJune McEnroe <june@causal.agency>2021-09-22 18:50:50 -0400
commitd78cc1f1ff143dffc3897018c3c0cfa5d89a6eb2 (patch)
tree34e2191414768c757915ba5e10f18b2bf3320e0a /etc/psf/Makefile
parentRemove Linux-specific utilities (diff)
downloadsrc-d78cc1f1ff143dffc3897018c3c0cfa5d89a6eb2.tar.gz
src-d78cc1f1ff143dffc3897018c3c0cfa5d89a6eb2.zip
Remove PSF fonts
They were fun to make but I never actually used them.
Diffstat (limited to 'etc/psf/Makefile')
-rw-r--r--etc/psf/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/etc/psf/Makefile b/etc/psf/Makefile
deleted file mode 100644
index e92178cd..00000000
--- a/etc/psf/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-TABLE = default.u
-
-FONTS += sans6x8.psfu
-FONTS += sans6x10.psfu
-FONTS += sans6x12.psfu
-
-PNGS = $(FONTS:psfu=png)
-
-all: $(FONTS)
-
-png: $(PNGS)
-
-$(FONTS): $(TABLE)
-
-.SUFFIXES: .psf .psfu .png
-
-.psf.psfu:
-	psfaddtable $< $(TABLE) $@
-
-.psf.png:
-	psf2png $< > $@
-
-clean:
-	rm -f $(FONTS) $(PNGS)