'make website' ends successfully, without errors being printed, by
using 'pt' as my language name.
'make doc', however, fails and what seems to cause is that
"scripts/lilypond-book.py" is not finding the library 'lilylib' for
importing. See the following command-lines extracted from the output
of 'make doc'
$ cd input/regression
$ LILYPOND_VERSION=2.19.81
PDFTEX=/home/rafael/lilypond-git/scripts/build/out/xetex-with-options
PDFLATEX=/home/rafael/lilypond-git/scripts/build/out/xelatex-with-options
/usr/bin/python2 -tt ../../scripts/lilypond-book.py -I .
--process='/home/rafael/lilypond-git/out/bin/lilypond -I .
-dbackend=eps --formats=ps,png,pdf -dinclude-eps-fonts
-dgs-load-fonts --header=doctitle --header=doctitlept --header=texidoc
--header=texidocpt -dcheck-internal-types -ddump-signatures
-danti-alias-factor=2
-dfont-export-dir=/home/rafael/lilypond-git/out-fonts -O TeX-GS'
--output=./out-www --format=texi-html --loglevel=WARN
--lily-output-dir /home/rafael/lilypond-git/out/lybook-db
--redirect-lilypond-output out-www/collated-files.tely
Traceback (most recent call last):
File "../../scripts/lilypond-book.py", line 62, in <module>
import lilylib as ly
ImportError: No module named lilylib
python/lilylib.py exists, but I don't know why 'make doc' failed to
find it. Maybe that's something to throw to bug-lilypond list?