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>
Tue, 3 Dec 2024 16:16:57 +0000 (16:16 +0000)
commit26464ad044aea3cea25676d2d2b3d5f3fe4740cd
treea64f335ecacae6e98437a711a37bd90db0242f51
parent7a831b1b77219345d776c3caacaccf65aec2c002
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