]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix for scons CVS.
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 12 Aug 2004 07:48:56 +0000 (07:48 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 12 Aug 2004 07:48:56 +0000 (07:48 +0000)
ChangeLog
buildscripts/builder.py

index f2e4763c3fb784add55b550524d46c123386f45b..64961e6089fbc33863dd5e6ced79170449cfbeec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
+
+       * buildscripts/builder.py: Fix for scons CVS.
+
 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
 
        * Documentation/user/notation.itely,
index 730a96674334f225bf7a43044c310f3207865109..b7dd899f9a4b3359d655ba48256298b14f3299de 100644 (file)
@@ -272,7 +272,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'