chiark / gitweb /
Use Ghostscript's "-o" option to simplify commands.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 23 Nov 2013 18:53:52 +0000 (18:53 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 23 Nov 2013 18:53:52 +0000 (18:53 +0000)
Makefile

index ac12d4ab468b378ab76479be261235a355476814..6bffecfcf13aa51d93a6191f014748c7f95b96f7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,12 +12,12 @@ bedstead.sfd: bedstead
        fontforge -lang=ff -c 'Open($$1); Generate($$2)' $< $@
 
 .ps.png: bedstead.pfa
-       gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pnggray -dTextAlphaBits=4 \
-               -sOutputFile=$@ bedstead.pfa $<
+       gs -dSAFER -sDEVICE=pnggray -dTextAlphaBits=4 \
+               -$@ bedstead.pfa $<
 
 df.png: df.ps bedstead.pfa
-       gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=png16m \
-               -sOutputFile=$@ bedstead.pfa $<
+       gs -dSAFER -sDEVICE=png16m \
+               -$@ bedstead.pfa $<
 
 clean: .PHONY
        rm -f bedstead *.sfd *.otf *.bdf *.pfa *.png