]> git.donarmstrong.com Git - lilypond.git/commitdiff
(ATVARIABLES): add TARGET_PYTHON as subst
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 17 May 2006 17:53:16 +0000 (17:53 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 17 May 2006 17:53:16 +0000 (17:53 +0000)
variable.

ChangeLog
config.make.in
make/substitute.make
scripts/abc2ly.py
scripts/convert-ly.py
scripts/etf2ly.py
scripts/lilypond-book.py
scripts/midi2ly.py
scripts/musicxml2ly.py

index 2540eb14a27adf9c2b8a47c4b945791e382ce1d9..37e2f062e52325cc40fdc4df5eeeab625857acbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scripts/*.py: use TARGET_PYTHON iso PYTHON.
+
+       * make/substitute.make (ATVARIABLES): add TARGET_PYTHON as subst
+       variable.
+
 2006-05-17  Erik Sandberg  <mandolaerik@gmail.com>
        
        * lily/parser.yy: Change all syntax rules of type Music to SCM type
index 8ecbc70b9802130e1fcfcb82e02b97f8126807ce..55dfaefda36c5d75b8cac538be60cdfb1f6aaedc 100644 (file)
@@ -135,6 +135,7 @@ PATHSEP = @PATHSEP@
 PERL = @PERL@
 PLATFORM_WINDOWS = @PLATFORM_WINDOWS@
 PYTHON = @PYTHON@
+TARGET_PYTHON = @PYTHON@
 RANLIB = @RANLIB@
 ROOTSEP = @ROOTSEP@
 SHELL = @SHELL@
index 1fe34a194f76765e795414aa9ce44a2d7b30b896..fc175ece72f684ee9ed462e76f0b93dfb91b24a2 100644 (file)
@@ -19,6 +19,7 @@ ATVARIABLES = \
   PERL\
   PYTHON\
   SHELL\
+  TARGET_PYTHON \
   TOPLEVEL_VERSION\
   bindir\
   datadir\
index 65ebc227388dee31781104727332eb81a219883d..6121e51c6a03dbdfec1e5403ca90b701224c9e2a 100644 (file)
@@ -1,4 +1,4 @@
-#!@PYTHON@
+#!@TARGET_PYTHON@
 # -*- coding: utf-8 -*-
 # once upon a rainy monday afternoon.
 #
index 5393ea3c763b422f03762073d3372b5045becdb6..c4c1e7408252f5861bc375e27e76974ff0f439ea 100644 (file)
@@ -1,4 +1,4 @@
-#!@PYTHON@
+#!@TARGET_PYTHON@
 #
 # convert-ly.py -- Update old LilyPond input files (fix name?)
 #
index 5fb09c7333ac1df17336313134c8371b6616c6b5..a5291e92ad94eac4be03ade05c1ee09da3983822 100644 (file)
@@ -1,4 +1,4 @@
-#!@PYTHON@
+#!@TARGET_PYTHON@
 
 # info mostly taken from looking at files. See also
 # http://lilypond.org/wiki/?EnigmaTransportFormat
index a61b5302d08e2415a6f1b7fa665f384e09b1f67e..e08126fcf74461b4f538ce2d811179a6fbd61569 100644 (file)
@@ -1,4 +1,4 @@
-#!@PYTHON@
+#!@TARGET_PYTHON@
 
 '''
 Example usage:
index a79279c395b8535410f7f19c790065b27d341015..364e37f375711720919f2a91d6b063e3f5bf7d76 100644 (file)
@@ -1,4 +1,4 @@
-#!@PYTHON@
+#!@TARGET_PYTHON@
 #
 # msdi2ly.py -- LilyPond midi import script
 # 
index a8bada64ac7705d7a6206c1c75908516d1841050..5f25567c592909beb52fca77bedffcb433fd9cbc 100644 (file)
@@ -1,4 +1,4 @@
-#!@PYTHON@
+#!@TARGET_PYTHON@
 
 import optparse
 import sys