From 4cd84ee82cd2ee2c95c5a0ef1f7be7ec367209ce Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 9 Apr 2018 22:12:09 +0100 Subject: [PATCH] Don't include SFD files in distribution. They're not really finished products. Also I don't think I should encourage people to load random SFDs since FontForge will apparently happily execute Python code it finds in them. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9376f06..c36d6c7 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,8 @@ OTFFILES = $(addsuffix .otf, $(FONTBASES)) PFAFILES = $(addsuffix .pfa, $(FONTBASES)) AFMFILES = $(addsuffix .afm, $(FONTBASES)) -FONTFILES = $(SFDFILES) $(OTFFILES) - DISTFILES = bedstead.c Makefile COPYING \ - $(FONTFILES) \ + $(OTFFILES) \ bedstead-10.bdf bedstead-20.bdf \ bedstead-10-df.png bedstead-20-df.png \ bedstead-complement.pdf -- 2.30.2