From 3dd825fa0c273c15af3b8bdbf7d7f0d1fe99cf4a Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Sat, 19 Aug 2006 19:07:48 +0000
Subject: [PATCH] texinfo/latex.

---
 scripts/lilypond-book.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py
index 37cd763dac..ddde74ae97 100644
--- a/scripts/lilypond-book.py
+++ b/scripts/lilypond-book.py
@@ -1709,6 +1709,7 @@ def main ():
                               for p in global_options.include_path])
 
     if global_options.format in (TEXINFO, LATEX):
+        ## prevent PDF from being switched on by default.
         global_options.process_cmd += ' --formats=eps '
         
     if (global_options.format in (TEXINFO, LATEX)
-- 
2.39.5