From: Ben Harris Date: Mon, 9 Apr 2018 20:48:51 +0000 (+0100) Subject: Rename glyph complement PDF and add it to the distribution. X-Git-Tag: bedstead-002.000~12 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=f8acc1683003e7432950b151dcd8c1fc1218cbf0;p=bedstead-debian.git Rename glyph complement PDF and add it to the distribution. "bedstead" now appears in the name. --- diff --git a/Makefile b/Makefile index df726aa..9376f06 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ FONTFILES = $(SFDFILES) $(OTFFILES) DISTFILES = bedstead.c Makefile COPYING \ $(FONTFILES) \ bedstead-10.bdf bedstead-20.bdf \ - bedstead-10-df.png bedstead-20-df.png + bedstead-10-df.png bedstead-20-df.png \ + bedstead-complement.pdf all: $(DISTFILES) \ sample.png title.png extended.png @@ -69,10 +70,10 @@ bedstead-chiseltip.sfd: strokefont.py bedstead-oc.sfd bedstead-%-df.png: df.ps bedstead.otf gs -P -q -dSAFER -dsize=$* -sDEVICE=png16m -o $@ $< -complement.ps: bedstead - ./bedstead --complement > complement.ps +bedstead-complement.ps: bedstead + ./bedstead --complement > bedstead-complement.ps -complement.pdf: complement.ps bedstead.otf +bedstead-complement.pdf: bedstead-complement.ps bedstead.otf ps2pdf -P $< $@ .PHONY: clean