From 4c7f9c97e166c52563108f2e85c3c6acd71106bd Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 24 Jul 2024 05:05:36 -0400 Subject: fonts: WIP, getting there. --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7a18057..f8b5161 100644 --- a/Makefile +++ b/Makefile @@ -239,6 +239,14 @@ install-subdirs: subdirs make -C $$dir DESTDIR=$(DESTDIR) PREFIX=$(PREFIX) BINDIR=$(BINDIR) MAN1DIR=$(MAN1DIR) GZIP_MAN=$(GZIP_MAN) DOCDIR=$(DOCDIR) install; \ done +install-bdfs: all + sh install-bdf.sh $(BDFDIR) + +user-bdf: user-bdfs + +user-bdfs: + $(MAKE) install-bdfs BDFDIR=~/.fonts + user-symlinks: all SRC=$$( pwd ) ; \ mkdir -p ~/bin ; \ -- cgit v1.2.3