From: David Griffith Date: Thu, 26 Jan 2023 06:24:14 +0000 (-0800) Subject: Moved stuff around in fonts/Makefile. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=d238a08257b8f5ca9d8b0d9ce5363e228ac2aef0;p=liskon_frotz.git Moved stuff around in fonts/Makefile. --- 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