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