I get the following messages when doing make website with lilypond 1.2.13.
A quick look at mudela-book.py seems to indicate that full_path is never 
defined.

mudela-book (GNU LilyPond) @TOPLEVEL_VERSION@
Traceback (innermost last):
  File "../../../scripts/mudela-book.py", line 876, in ?
    chunks = transform_input_file (input_filename, my_outname)
  File "../../../scripts/mudela-book.py", line 605, in transform_input_file
    newchunks = newchunks + func (c[1])
  File "../../../scripts/mudela-book.py", line 410, in find_mudela_shorthand_chunks
    return [('input', find_mudela_shorthands(str))]
  File "../../../scripts/mudela-book.py", line 444, in find_mudela_shorthands
    b = get_re('mudela-file').sub (mudela_file, b)
  File "/usr/lib/python1.5/re.py", line 130, in sub
    return self.subn(repl, string, count)[0]
  File "/usr/lib/python1.5/re.py", line 166, in subn
    results.append(repl(m))
  File "../../../scripts/mudela-book.py", line 432, in mudela_file
    if re.search ('.fly$', full_path):
NameError: full_path
make[2]: *** [out-www/regression-test.texi] Error 1

regards,
Roy Rankin

Reply via email to