chiark / gitweb /
Stop using %stdout for writing BDF files
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 27 Nov 2024 10:41:17 +0000 (10:41 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 27 Nov 2024 10:51:38 +0000 (10:51 +0000)
commit8070fb130034e91645c3bf96f2fa9951f721a218
tree1aae72b75d20062fb98350eff52bd7cf7591034f
parent1c8361d2005ce9dba46c0d423fc565ed26d34dff
Stop using %stdout for writing BDF files

Instead, pass the destination filename to the bdf.ps program and have it
open the file itself.  This avoids capturing Ghostscript's own
diagnostics in the output file.
Makefile
bedstead.c