Use pd2pdf in place of gs -sDEVICE=pdfwrite.

This is simpler and means that .setpdfwrite gets called automatically.
This commit is contained in:
Ben Harris 2017-07-31 22:39:43 +01:00
parent 8371e8afb8
commit fba832ba73

View File

@ -53,7 +53,7 @@ complement.ps: bedstead
./bedstead --complement > complement.ps
complement.pdf: complement.ps bedstead.otf
gs -P -q -dSAFER -sDEVICE=pdfwrite -o $@ $<
ps2pdf -P $< $@
.PHONY: clean
clean: