Re: Issue 1866 in lilypond: Uses langdefs.py to create language list for create-weblinks-itexi.py

2011-09-22 Thread lilypond

Updates:
Status: Verified

Comment #3 on issue 1866 by brownian.box: Uses langdefs.py to create  
language list for create-weblinks-itexi.py

http://code.google.com/p/lilypond/issues/detail?id=1866

(No comment was entered for this change.)


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


Re: Issue 1866 in lilypond: Uses langdefs.py to create language list for create-weblinks-itexi.py

2011-09-15 Thread lilypond

Updates:
Status: Fixed
Labels: fixed_2_15_12

Comment #2 on issue 1866 by philehol...@googlemail.com: Uses langdefs.py to  
create language list for create-weblinks-itexi.py

http://code.google.com/p/lilypond/issues/detail?id=1866

Pushed as a04d1cb5153717523cdafe23faeb2166571603da


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


Re: Issue 1866 in lilypond: Uses langdefs.py to create language list for create-weblinks-itexi.py

2011-09-07 Thread lilypond

Updates:
Labels: -Patch-review Patch-push

Comment #1 on issue 1866 by colinpkc...@gmail.com: Uses langdefs.py to  
create language list for create-weblinks-itexi.py

http://code.google.com/p/lilypond/issues/detail?id=1866

Counted down to 20110907.


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


Issue 1866 in lilypond: Uses langdefs.py to create language list for create-weblinks-itexi.py

2011-09-05 Thread lilypond

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