]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/GNUmakefile
use sed-atfiles to put relocation handling in python scripts.
[lilypond.git] / scripts / GNUmakefile
index 2d89889d84f289750f4a9ea54008aa6bb4db68d6..2a683a89751f9ba6ab786c752098519d7161e0b6 100644 (file)
@@ -1,12 +1,14 @@
 depth = ..
 
-SEXECUTABLES=convert-ly lilypond-book lilypond-latex abc2ly etf2ly mup2ly midi2ly ps2png
+SEXECUTABLES=convert-ly lilypond-book abc2ly etf2ly midi2ly lilypond-invoke-editor musicxml2ly
 
 STEPMAKE_TEMPLATES=script help2man po
 LOCALSTEPMAKE_TEMPLATES = lilypond
 HELP2MAN_EXECS = $(SEXECUTABLES)
 
-include $(depth)/make/stepmake.make 
-include $(stepdir)/executable-targets.make
-
+AT_FILES=relocate-preamble
+at-ext=.py.in
+at-dir=$(depth)/python
 
+include $(depth)/make/stepmake.make
+include $(stepdir)/executable-targets.make