diff options
author | June McEnroe <june@causal.agency> | 2021-09-22 18:50:50 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-22 18:50:50 -0400 |
commit | 717a0fc69c87b51b851c4db53a8bfe5c0cae39f9 (patch) | |
tree | 37e23808c18f258eaa2bde614622d78cdfc2a2ff /etc/psf/Makefile | |
parent | Remove Linux-specific utilities (diff) | |
download | src-717a0fc69c87b51b851c4db53a8bfe5c0cae39f9.tar.gz src-717a0fc69c87b51b851c4db53a8bfe5c0cae39f9.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/Makefile | 24 |
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) |