From: Matthias Kilian Date: Mon, 13 Nov 2006 23:46:09 +0000 (+0100) Subject: close output ports explicitly. X-Git-Tag: release/2.11.0-1~39 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab5833eb20d620393a262d3ad5d72d1f8469fc1c;p=lilypond.git close output ports explicitly. --- diff --git a/scm/framework-eps.scm b/scm/framework-eps.scm index 6bbb81b515..e2215ede41 100644 --- a/scm/framework-eps.scm +++ b/scm/framework-eps.scm @@ -116,6 +116,9 @@ stencil, so LaTeX includegraphics doesn't fuck up the alignment." (display "@c eof - 'eof' is a Makefile marker; do not remove. " texi-system-port) (display "% eof - 'eof' is Makefile marker; do not remove. " tex-system-port) + (close-output-port texi-system-port) + (close-output-port tex-system-port) + (dump-infinite-stack-EPS stencils) (postprocess-output book framework-eps-module (format "~a.eps" basename) (ly:output-formats))))