Re: Missing dependencies in doc build after addition of PDF syntax highlighting?

2022-04-19 Thread John Wheeler
Jean, My build was failing with similar messages until I ran rm -fr ./configure ./autogen.sh --noconfigure  in the source directory. This seems to have been needed to get ./configure to assign the correct program name to the PLTOTF make variable. Would this need a note in CG? John On

Missing dependencies in doc build after addition of PDF syntax highlighting?

2022-04-19 Thread Jean Abou Samra
Hi, This used to work for me in order to build just one document, as opposed to building the full documentation: make -j9 CPU_COUNT=9 -C Documentation out=www out-www/en/internals.pdf This is also recommended in the CG. Now, I get in internals.texi2pdf.log: kpathsea: Running mktextfm lmttr

Re: Strange formatting of optional Scheme function arguments

2022-04-19 Thread Werner LEMBERG
>> With current git (commit 44f1033467a6, using Guile 2.2.7), the >> formatting of optional Scheme function arguments in the IR looks >> strange. [...] > > I'll fix that later. An issue seems like the way to go for now. Done. https://gitlab.com/lilypond/lilypond/-/issues/6330 Werner