Comment #11 on issue 1635 by philehol...@googlemail.com: clean up misleading warnings in website build
http://code.google.com/p/lilypond/issues/detail?id=1635

Here's the the output from the first few files flagged as not found:

extract_texi_filenames.py: Processing /home/phil/lilypond-git/Documentation//essay.tely
No such file: colorado.itexi
Search path: .:/home/phil/lilypond-git/Documentation:/home/phil/lilypond-git/Documentation/:/home/phil/lilypond-git/Documentation//essay:out-website
No such file: computer-notation.itexi
No such file: engravingbib.itexi

I've snipped one "search path" line. As we see, extract*.py is trying to create a map for essay.tely and failing to find the .itexi files created from the bibliographies - correctly, since they don't exist. They don't exist because they're created by the doc build process - the only file relating to the Essay that we create for the website build is essay.html, which points to the split-html, big-html and pdf versions of the essay. These links are broken, for the same reason that docs have not been built. The links themselves are also wrong, presumably since they can't be fixed up to non-existent files (on my system they point to e.g. /lilypond-git/build/doc/v2.12/Documentation/user/lilypond-learning/Background.html).


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to