lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: texi2pdf errors


From: Julien Rioux
Subject: Re: texi2pdf errors
Date: Wed, 8 Feb 2012 16:01:36 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Phil Holmes <email <at> philholmes.net> writes:
> So - I think we have 2 options to improve this:
> 
> 1) Put something in the CG about failing texi2pdf build and how to debug it
> 2) Write another shell script much simpler than run-and-check that runs 
> texi2pdf, check its return value, and if it's a fail, sends a message to the 
> terminal of the "Failed - check notation.log in the xx directory for errors" 
> variety.
> 
> Dunno which is best.  Thoughts?
> 
> --
> Phil Holmes
> 


3) You could run texi2pdf without --quiet, without --batch, and use /dev/null as
input device:

texi2pdf input.texi < /dev/null

In this way you keep the meaningful output and it will stop on the first error,
making it easy to spot. Task left to the reader: add this to your shinny new
run-and-check script!

Cheers,
Julien





reply via email to

[Prev in Thread] Current Thread [Next in Thread]