X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=python%2Fbook_texinfo.py;h=1055615d67e413373510c133de43dd2c5aae9f43;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=c5ed56471778e54e98973f979cbcfff5b95b8932;hpb=1be9b72e4f00f7273a8e5ff220b710a52f975344;p=lilypond.git diff --git a/python/book_texinfo.py b/python/book_texinfo.py index c5ed564717..1055615d67 100644 --- a/python/book_texinfo.py +++ b/python/book_texinfo.py @@ -170,6 +170,8 @@ TEXINFO_INSPECTION_DOCUMENT = r''' @message{Global: textwidth=@the@hsize,exampleindent=@the@lispnarrowing} +dummy + @bye ''' @@ -201,7 +203,7 @@ def get_texinfo_width_indent (source, global_options): tmp_handle.close () # Work around a texi2pdf bug: if LANG=C is not given, a broken regexp is - # used to detect relative/absolute pathes, so the absolute path is not + # used to detect relative/absolute paths, so the absolute path is not # detected as such and this command fails: progress (_ ("Running texi2pdf on file %s to detect default page settings.\n") % tmpfile);