]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/builder.py
This patch addresses the following problems in the feta sources
[lilypond.git] / buildscripts / builder.py
index 66336aaa2f128eab68501bb6bcfe0868e528a061..dd000e78b9b003d1effc6459764630155227dcee 100644 (file)
@@ -183,7 +183,7 @@ def add_enc_ly_tex_target (target, source, env):
        return (target + [base + '.enc', base + '.tex', base + 'list.ly'],
                source)
 a = 'cd ${TARGET.dir} && \
-MFINPUTS=.:${SOURCE.dir}:$srcdir/${SOURCE.dir} \
+MFINPUTS=.:${SOURCE.dir}:$srcdir/${SOURCE.dir}: \
 mf "\\mode:=$MFMODE; nonstopmode; input ${SOURCE.filebase};" \
 | grep -v "@\|>>"'
 tfm = Builder (action = a, suffix = '.tfm', src_suffix = '.mf',
@@ -222,6 +222,7 @@ pfa = Builder (action = a,
 env.Append (BUILDERS = {'PFA': pfa})
 
 # Specific builders
+
 env['DIFF_PY'] = '$srcdir/stepmake/bin/package-diff.py'
 a = '$PYTHON $DIFF_PY $__verbose --outdir=${TARGET.dir}'
 patch = Builder (action = a, suffix = '.diff', src_suffix = '.tar.gz')
@@ -272,7 +273,8 @@ MO = Builder (action = 'msgfmt -o $TARGET $SOURCE',
              suffix = '.mo', src_suffix = '.po')
 env.Append (BUILDERS = {'MO': MO})
 
-ugh =  'ln -f po/lilypond.pot ${TARGET.dir}/lilypond.po; '
+# ' '; ?
+ugh =  'ln -f po/lilypond.pot ${TARGET.dir}/lilypond.po ; '
 a = ugh + 'xgettext --default-domain=lilypond --join \
 --output-dir=${TARGET.dir} --add-comments \
 --keyword=_ --keyword=_f --keyword=_i $SOURCES'