Use the correct option to get a glyph complement.

It didn't matter before because bedstead.c would almost always produce
a glyph complement.
This commit is contained in:
Ben Harris 2017-07-31 16:29:45 +01:00
parent d67fd2c692
commit c5ebead2cd

View File

@ -51,7 +51,7 @@ bedstead-%-df.png: df.ps bedstead.pfa
gs -q -dSAFER -dsize=$* -sDEVICE=png16m -o $@ bedstead.pfa $<
complement.ps: bedstead
./bedstead --glyph-complement > complement.ps
./bedstead --complement > complement.ps
complement.pdf: complement.ps bedstead.pfa
gs -q -dSAFER -sDEVICE=pdfwrite -o $@ bedstead.pfa $<