>> If I click on the Notation link from that page, I get to: >> >> out-www/offline-root/Documentation/web/notation.html >> >> which has no css, but has lots of links. > > This shouldn't happen, and it means that your documentation build is > still not correct.
Continuing with the analysis of Carl's build tarball it seems that the script `build-doc-tree.sh` doesn't work as expected. I've now converted it to a normal shell script (i.e., it no longer uses syntax specific to bash), which should hopefully increase its portability to systems like macOS that neither have or use '/bin/bash'. Carl, please do another run of the following commands based on the updated 'dev/wl/build-fixes' branch, then create and upload a tarball of your `build` directory as before and send me a link to it. ``` ./configure make bytecode -j10 LANGS="en" make doc LANGS="en" ``` Regarding the failing `make doc -j10`: > > "/Users/carl/Development/lilypond/build/out/lybook-db/ > > snippet-names-c5b165525229969dd268a5b19f9f64fd.ly"' returned > > non-zero exit status 1. > > Please try to find out which of the snippet files mentioned in the > above file failed. `*.log` files should be in directory > `out/lybook-db`, too, and the error message should be near the end > of one of the log files. > > I would need both the contents of the failing snippet file and the > corresponding error message. I still need this, BTW. Werner