Status: Accepted
Owner: ----
Labels: Type-Build Patch-review

New issue 1866 by pkx1...@gmail.com: Uses langdefs.py to create language list for create-weblinks-itexi.py
http://code.google.com/p/lilypond/issues/detail?id=1866

Patch 1 demonstrates how to import a library into a python file where the path is not already in the pathlist. It half-fixes the issue where languages are defined in many places in make website - the other needs changes to website.make, but there is a problem with that since the variable PYTHON is not guaranteed to be defined.

Patch 2 should be read in conjuction with the change to the CG pushed as
022d5c7ef759c586e3ca6478cf5f1b5d56d31778. This shows how to set PYTHONPATH as part of the call to make, to allow python to find included libraries. Note the comment about the definition of the PYTHON variable. This is defined in config.make.in which is called with a normal call to make website, but not with the out-of-build-tree version documented in the CG section as above. Setting this as part of the call will be the next step.

http://codereview.appspot.com/4951047/





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

Reply via email to