CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/06/16 06:43:21

Modified files:
        python         : GNUmakefile 
        .              : ChangeLog 

Log message:
        * ChangeLog: Recode utf-8.
        
        * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
        datadir with .py modules.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/python/GNUmakefile.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3785&tr2=1.3786&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3785 lilypond/ChangeLog:1.3786
--- lilypond/ChangeLog:1.3785   Wed Jun 15 11:39:41 2005
+++ lilypond/ChangeLog  Thu Jun 16 06:43:20 2005
@@ -1,3 +1,10 @@
+2005-06-16  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
+
+       * ChangeLog: Recode utf-8.
+
+       * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
+       datadir with .py modules.
+
 2005-06-15  Heikki Junes  <[EMAIL PROTECTED]>
 
        * Documentation/user/basic-notation.itely (Ties): add tieDashed.
@@ -1143,7 +1150,7 @@
        * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
        going through ps2pdf wrappers.
 
-2005-05-09  Jürgen Reuter  <[EMAIL PROTECTED]>
+2005-05-09  Jürgen Reuter  <[EMAIL PROTECTED]>
 
        * Documentation/user/instrument-notation.itely: petrucci note
        heads: updated docu
@@ -1538,11 +1545,11 @@
        * lily/mensural-ligature.cc (brew_flexa): apply thickness property
        only on vertical lines of flexa shape, and use a constant
        thickness value for horizontal lines (patch slightly modified by
-       Jürgen Reuter)
+       Jürgen Reuter)
 
        * lily/include/mensural-ligature.hh: make 2 comments clearer
 
-2005-04-28  Jürgen Reuter  <[EMAIL PROTECTED]>
+2005-04-28  Jürgen Reuter  <[EMAIL PROTECTED]>
 
        * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
        to need_extra_horizontal_space; bugfix: use class scope to avoid
@@ -2807,7 +2814,7 @@
        * Documentation/user/global.itely (Page layout): remove
        printpagenumber.
 
-2005-03-13  Jürgen Reuter  <[EMAIL PROTECTED]>
+2005-03-13  Jürgen Reuter  <[EMAIL PROTECTED]>
 
        * input/regression/mensural-ligatures.ly: new file (with examples
        compiled by Pal Benko).
@@ -3543,7 +3550,7 @@
 
        * Documentation/user/notation.itely: small but urgent fix.
 
-2005-02-21  Jürgen Reuter  <[EMAIL PROTECTED]>
+2005-02-21  Jürgen Reuter  <[EMAIL PROTECTED]>
 
        * lily/duration-scheme.cc: bugfix: correct parameters to
        SCM_ASSERT_TYPE.
@@ -3633,7 +3640,7 @@
 
        * configure.in: add endian test.
 
-2005-02-19  Jürgen Reuter  <[EMAIL PROTECTED]>
+2005-02-19  Jürgen Reuter  <[EMAIL PROTECTED]>
 
        * Documentation/user/examples.itely: small
        simplification/beautification
@@ -6786,7 +6793,7 @@
        * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
        (\lilypondexperimentalfeatures): Removed.
 
-2004-10-20  Jürgen Reuter  <[EMAIL PROTECTED]>
+2004-10-20  Jürgen Reuter  <[EMAIL PROTECTED]>
 
        * Documentation/user/notation.itely: fixed 2 typos
 
Index: lilypond/python/GNUmakefile
diff -u lilypond/python/GNUmakefile:1.6 lilypond/python/GNUmakefile:1.7
--- lilypond/python/GNUmakefile:1.6     Sat Nov  6 22:32:29 2004
+++ lilypond/python/GNUmakefile Thu Jun 16 06:43:20 2005
@@ -1,4 +1,4 @@
-depth = ..
+2depth = ..
 
 STEPMAKE_TEMPLATES=c python-module install-out po
 
@@ -10,7 +10,7 @@
 INSTALLATION_OUT_SUFFIXES=1
 
 INSTALLATION_OUT_FILES=$(OUT_SO_MODULES)
-INSTALLATION_OUT_DIR=$(local_lilypond_libdir)/python
+INSTALLATION_OUT_DIR=$(local_lilypond_datadir)/python
 
 INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python
 INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES)


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to