]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ChangeLog: Recode utf-8.
authorjanneke <janneke>
Thu, 16 Jun 2005 06:43:20 +0000 (06:43 +0000)
committerjanneke <janneke>
Thu, 16 Jun 2005 06:43:20 +0000 (06:43 +0000)
* python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
datadir with .py modules.

ChangeLog
python/GNUmakefile

index df5e9e6be6180162e3f7076956471be050cdf0ac..25f496be91c7529b102477a24608ab34d99b960f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ChangeLog: Recode utf-8.
+
+       * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in
+       datadir with .py modules.
+
 2005-06-15  Heikki Junes  <hjunes@cc.hut.fi>
 
        * Documentation/user/basic-notation.itely (Ties): add tieDashed.
        * scm/backend-library.scm (postscript->pdf): Invoke gs instead of
        going through ps2pdf wrappers.
 
-2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
+2005-05-09  Jürgen Reuter  <reuter@ipd.uka.de>
 
        * Documentation/user/instrument-notation.itely: petrucci note
        heads: updated docu
        * 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  <reuter@ipd.uka.de>
+2005-04-28  Jürgen Reuter  <reuter@ipd.uka.de>
 
        * lily/vaticana-ligature-engraver.cc (need_extra_space): renamed
        to need_extra_horizontal_space; bugfix: use class scope to avoid
        * Documentation/user/global.itely (Page layout): remove
        printpagenumber.
 
-2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
+2005-03-13  Jürgen Reuter  <reuter@ipd.uka.de>
 
        * input/regression/mensural-ligatures.ly: new file (with examples
        compiled by Pal Benko).
 
        * Documentation/user/notation.itely: small but urgent fix.
 
-2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
+2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
 
        * lily/duration-scheme.cc: bugfix: correct parameters to
        SCM_ASSERT_TYPE.
 
        * configure.in: add endian test.
 
-2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
+2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
 
        * Documentation/user/examples.itely: small
        simplification/beautification
        * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
        (\lilypondexperimentalfeatures): Removed.
 
-2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
+2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
 
        * Documentation/user/notation.itely: fixed 2 typos
 
index bc9d2baeb50567add55e31853f82b5c834c2fd44..2babb505ddd6c669468901b248fd237a1f4726f9 100644 (file)
@@ -1,4 +1,4 @@
-depth = ..
+2depth = ..
 
 STEPMAKE_TEMPLATES=c python-module install-out po
 
@@ -10,7 +10,7 @@ USER_LDFLAGS=
 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)