diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-05-10 08:35:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-05-10 08:35:47 +0200 |
commit | da03e42aeeb963277cdbb774e55fa444036e1f81 (patch) | |
tree | 067ef2b9378e79f75110361903a32c19e1807b00 /consolefont/Makefile | |
parent | That is the stupidest thing I ever... (diff) | |
download | my-keyboard-da03e42aeeb963277cdbb774e55fa444036e1f81.tar.gz my-keyboard-da03e42aeeb963277cdbb774e55fa444036e1f81.tar.bz2 my-keyboard-da03e42aeeb963277cdbb774e55fa444036e1f81.tar.xz |
add my console font
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | consolefont/Makefile | 20 |
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' + |