Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a807fee
)
Moved stuff around in fonts/Makefile.
author
David Griffith
<dave@661.org>
Thu, 26 Jan 2023 06:24:14 +0000
(22:24 -0800)
committer
David Griffith
<dave@661.org>
Thu, 26 Jan 2023 06:24:14 +0000
(22:24 -0800)
fonts/Makefile
patch
|
blob
|
history
diff --git
a/fonts/Makefile
b/fonts/Makefile
index c45664cb5b090e7913b38d2b70c2120f606d3cfa..4942d12ffb7fdc1dc6dcb7e0022ed99b5557df17 100644
(file)
--- 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