mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-09 13:33:06 -04:00
Don't list "bedstead" as a prereq for "make dist".
The recipe doesn't use it.
This commit is contained in:
parent
c5ebead2cd
commit
034e78153b
4
Makefile
4
Makefile
@ -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) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user