From: Jan Nieuwenhuizen Date: Thu, 12 Aug 2004 07:48:56 +0000 (+0000) Subject: Fix for scons CVS. X-Git-Tag: release/2.3.13~78 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8d598f353f18ed2c44934a033ff6fa4ae888f98d;p=lilypond.git Fix for scons CVS. --- diff --git a/ChangeLog b/ChangeLog index f2e4763c3f..64961e6089 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-12 Jan Nieuwenhuizen + + * buildscripts/builder.py: Fix for scons CVS. + 2004-08-11 Heikki Junes * Documentation/user/notation.itely, diff --git a/buildscripts/builder.py b/buildscripts/builder.py index 730a966743..b7dd899f9a 100644 --- a/buildscripts/builder.py +++ b/buildscripts/builder.py @@ -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'