Don't list "bedstead" as a prereq for "make dist".

The recipe doesn't use it.
This commit is contained in:
Ben Harris 2017-07-31 16:34:22 +01:00
parent c5ebead2cd
commit 034e78153b

View File

@ -58,11 +58,11 @@ complement.pdf: complement.ps bedstead.pfa
.PHONY: clean
clean:
rm -f bedstead *.sfd *.otf *.bdf *.pfa *.png
rm -f bedstead *.sfd *.otf *.bdf *.pfa *.png *.pdf complement.ps
.PHONY: dist
dist: $(DISTFILES) bedstead
dist: $(DISTFILES)
rm -rf bedstead-$$(sed -n 's/^Version: //p' < bedstead.sfd)
mkdir bedstead-$$(sed -n 's/^Version: //p' < bedstead.sfd)
ln $(DISTFILES) \