From d11056c687720e610a40f69e6f6ec32525751ff2 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 16 Jun 2005 06:43:20 +0000 Subject: [PATCH] * ChangeLog: Recode utf-8. * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in datadir with .py modules. --- ChangeLog | 21 ++++++++++++++------- python/GNUmakefile | 4 ++-- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index df5e9e6be6..25f496be91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-06-16 Jan Nieuwenhuizen + + * ChangeLog: Recode utf-8. + + * python/GNUmakefile (INSTALLATION_OUT_DIR): Install .so module in + datadir with .py modules. + 2005-06-15 Heikki Junes * 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 +2005-05-09 Jürgen Reuter * 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 +2005-04-28 Jürgen Reuter * 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 +2005-03-13 Jürgen Reuter * 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 +2005-02-21 Jürgen Reuter * 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 +2005-02-19 Jürgen Reuter * 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 +2004-10-20 Jürgen Reuter * Documentation/user/notation.itely: fixed 2 typos diff --git a/python/GNUmakefile b/python/GNUmakefile index bc9d2baeb5..2babb505dd 100644 --- a/python/GNUmakefile +++ b/python/GNUmakefile @@ -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) -- 2.39.2