chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46a5c05
)
Rough Makefile bits for new BDF generation
author
Ben Harris
<bjh21@bjh21.me.uk>
Fri, 1 Nov 2024 00:41:50 +0000
(
00:41
+0000)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Sun, 10 Nov 2024 09:29:36 +0000
(09:29 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index cba1a1a21c3a48b67c31004b82254c38e77a2bca..6e1fca6d679cc4eb8d20a9265ca128b4e7e415b6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-74,6
+74,13
@@
bedstead-chiseltip.sfd: strokefont.py bedstead-oc.sfd
fontforge -lang=py -script strokefont.py chiseltip bedstead-oc.sfd \
bedstead-chiseltip.sfd
+bedstead-10.bdf.ps: bedstead
+ ./bedstead --bdfgen > bedstead-10.bdf.ps
+
+bedstead-10.bdf: bedstead-10.bdf.ps
+ gs -q -P -dSAFER -dNODISPLAY -dBATCH bedstead-10.bdf.ps \
+ > bedstead-10.bdf
+
%-10.bdf %-20.bdf: %.sfd
fontforge -lang=ff \
-c 'Open($$1); BitmapsAvail([10, 20]); Generate($$2, "bdf")' \