From 77cb8d9d8f589997090d15fa2cd14e285be7e273 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 10 Oct 2021 21:21:35 +0100 Subject: [PATCH] Add the Fontmap file to the source distribution It's necessary to build the glyph complement, and I think the source distribution should include everything necessary to build the binaries in it. It doesn't need to include things that are only used for the Web site, though. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3593856..e78ed6c 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ SFDFILES = $(addsuffix .sfd, $(FONTBASES)) OTFFILES = $(addsuffix .otf, $(FONTBASES)) DISTFILES = bedstead.c Makefile COPYING NEWS \ + Fontmap \ $(OTFFILES) \ bedstead-10.bdf bedstead-20.bdf \ bedstead-10-df.png bedstead-20-df.png \ -- 2.30.2