aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 64840e10abc5798ecffbaa13bb974d1303a7696d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

PSFDIR=/usr/share/kbd/consolefonts

.PHONY: all clean install

all: .done

.done: conv.sh fonts ttf2psfu.sh
	sh conv.sh
	touch .done

clean:
	rm -f *.psfu *.psfu.gz *.log *.bdf .done

install: all
	mkdir -p $(DESTDIR)$(PSFDIR)
	install -m0644 *.psfu.gz $(DESTDIR)$(PSFDIR)