mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-09 13:33:06 -04:00
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.
This commit is contained in:
parent
438e6cc037
commit
4cd84ee82c
4
Makefile
4
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user