From: Ben Harris Date: Mon, 7 Aug 2017 23:29:47 +0000 (+0100) Subject: Don't generate PFA and AFM files by default, and don't ship them. X-Git-Tag: bedstead-002.000~81 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=8cb534f2f0414ba3ac675754b28f3a104b6d1ed5;p=bedstead.git Don't generate PFA and AFM files by default, and don't ship them. They were only built because I didn't know how to make Ghostscript use OTF files directly. Now that I do, there's no need to keep them, so dropping them for 002.000 makes sense. --- diff --git a/Makefile b/Makefile index ffb5e8a..2ad92ac 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ OTFFILES = $(addsuffix .otf, $(FONTBASES)) PFAFILES = $(addsuffix .pfa, $(FONTBASES)) AFMFILES = $(addsuffix .afm, $(FONTBASES)) -FONTFILES = $(SFDFILES) $(OTFFILES) $(PFAFILES) $(AFMFILES) +FONTFILES = $(SFDFILES) $(OTFFILES) DISTFILES = bedstead.c Makefile COPYING \ $(FONTFILES) \