From: Ben Harris Date: Fri, 15 Oct 2021 13:17:02 +0000 (+0100) Subject: Minimal Makefile bits for making Bedstead Bold X-Git-Tag: bedstead-002.003~10 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=7bde2d18ab54903c4006ac79b4249895fc168a4e;p=bedstead-debian.git Minimal Makefile bits for making Bedstead Bold --- diff --git a/Makefile b/Makefile index e78ed6c..97b23de 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ OTFFILES = $(addsuffix .otf, $(FONTBASES)) DISTFILES = bedstead.c Makefile COPYING NEWS \ Fontmap \ $(OTFFILES) \ - bedstead-10.bdf bedstead-20.bdf \ + bedstead-10.bdf bedstead-20.bdf bedstead-bold-20.bdf \ bedstead-10-df.png bedstead-20-df.png \ bedstead-complement.pdf @@ -37,6 +37,9 @@ bedstead-extracondensed.sfd: bedstead bedstead-ultracondensed.sfd: bedstead ./bedstead --ultra-condensed > bedstead-ultracondensed.sfd +bedstead-bold.sfd: bedstead + ./bedstead --bold > bedstead-bold.sfd + bedstead-oc.sfd: bedstead ./bedstead --plotter > bedstead-oc.sfd