With current CVS I get this exit:

 
Compiling ./out/cheatsheet.texi...
Processing include: fdl.itexi
Reading fdl.itexi...
Dissecting...
Writing snippets...
All snippets are up to date...
Compiling ./out/fdl.texi...
mv ./out/lilypond.texinfo out/lilypond.nexi 2>/dev/null || mv
./out/lilypond.tex
i out/lilypond.nexi
if [ 4006000 -le 4006000 ]; then \
        (cd ./out && \
        ls -1 lily-*.ly | sed 's/.ly$/.txt/' | xargs touch) || true; \
fi
chmod -w out/lilypond.nexi
LANG= makeinfo -I ./out --output=./out/lilypond.info out/lilypond.nexi
./out/lilypond-book.texi:65: Unknown command `LaTeX'.
./out/lilypond-book.texi:65: Misplaced {.
./out/lilypond-book.texi:65: Misplaced }.
makeinfo: Removing output file `./out/lilypond.info' due to errors; use
--force
to preserve.
make[2]: *** [out/lilypond.info] Error 1
make[2]: Leaving directory `/usr/src/lilypond/Documentation/user'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/lilypond/Documentation'
make: *** [all] Error 2

When I look at this I see:

Unknown command `LaTeX'

Shouldn't the command rather be 'latex'?

-David




_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to