]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/SConscript
* scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
[lilypond.git] / lily / SConscript
index 3e994a29dde980b24391e0b42260aaf58a7ade22..5f81126764262081fdd4b507a9430b70dbfd26a3 100644 (file)
@@ -23,8 +23,9 @@ e.Append (
 
 e.HH ('parser.hh', 'parser.yy')
 e.ParseConfig ('guile-config link')
-lily = e.Program ('lilypond-bin', sources)
+lily = e.Program ('lilypond', sources)
 install (lily, env['bindir'])
 
-po = env.Command ('lilypond.po', cc_sources + includes, env['pocommand'])
-env.Alias ('po-update', po)
+# let's not, for now
+#po = env.Command ('lilypond.po', cc_sources + includes, env['pocommand'])
+#env.Alias ('po-update', po)