aboutsummaryrefslogtreecommitdiffstats
path: root/consolefont/Makefile
blob: 128b2fe7a40fb42d3be1d9d259056cb53d23ea8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SHELL=bash

all: maandree-16.psfu.gz

maandree-16.psf: maandree-16
	txt2psf maandree-16 maandree-16.psf

maandree-16.psfu: maandree-16.psf
	psfaddtable maandree-16.psf <(psfgettable <(gunzip < /usr/share/kbd/consolefonts/lat9w-16.psfu.gz)) maandree-16.psfu

maandree-16.psfu.gz: maandree-16.psfu
	gzip maandree-16.psfu

install:
	maandree-16.psfu.gz /usr/share/kbd/consolefonts/maandree-16.psfu.gz

depends:
	@echo 'nafe: building psf file'
	@echo 'kbd:  converting psf to psfu'