From d238a08257b8f5ca9d8b0d9ce5363e228ac2aef0 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 25 Jan 2023 22:24:14 -0800 Subject: [PATCH] Moved stuff around in fonts/Makefile. --- fonts/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/fonts/Makefile b/fonts/Makefile index c45664c..4942d12 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -8,11 +8,6 @@ X11_FONTDIR = $(DESTDIR)$(PREFIX)/share/fonts/X11/zork MKFONTDIR ?= $(shell which mkfontdir) XSET ?= $(shell which xset) - - -.SUFFIXES: .bdf .pcf -.DELETE_ON_ERROR: - help: @echo "Font Targets:" @echo " pcf: Build PCF fonts from BDF fonts" @@ -41,4 +36,6 @@ clean: .bdf.pcf: bdftopcf -t $< -o $@ - +.SUFFIXES: .bdf .pcf +.DELETE_ON_ERROR: +.PHONY: clean install_pcf uninstall_pcf -- 2.34.1