aboutsummaryrefslogtreecommitdiffstats
path: root/consolefont/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'consolefont/Makefile')
-rw-r--r--consolefont/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/consolefont/Makefile b/consolefont/Makefile
new file mode 100644
index 0000000..128b2fe
--- /dev/null
+++ b/consolefont/Makefile
@@ -0,0 +1,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'
+