From 4a515117e331c7fe5a6f3c1448941e8ef3da8159 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 24 Jun 2024 15:21:20 +0100 Subject: [PATCH] Add rom.ps to distribution zipfiles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b718803..ded89d6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ FONTBASES = bedstead bedstead-extended bedstead-semicondensed \ SFDFILES = $(addsuffix .sfd, $(FONTBASES)) OTFFILES = $(addsuffix .otf, $(FONTBASES)) -DISTFILES = bedstead.c Makefile CONTRIBUTING COPYING NEWS df.ps \ +DISTFILES = bedstead.c Makefile CONTRIBUTING COPYING NEWS df.ps rom.ps \ Fontmap \ $(OTFFILES) \ bedstead-10.bdf bedstead-20.bdf bedstead-bold-20.bdf \ -- 2.30.2