chiark / gitweb /
Don't generate PFA and AFM files by default, and don't ship them.
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 7 Aug 2017 23:29:47 +0000 (00:29 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 7 Aug 2017 23:29:47 +0000 (00:29 +0100)
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.

Makefile

index ffb5e8a27851ebccccefd0f34251f1882a1fc2ef..2ad92ac88034cfd4b4902127d9e0e25bcfc134e6 100644 (file)
--- 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) \