From 8d598f353f18ed2c44934a033ff6fa4ae888f98d Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 12 Aug 2004 07:48:56 +0000 Subject: [PATCH] Fix for scons CVS. --- ChangeLog | 4 ++++ buildscripts/builder.py | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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' -- 2.39.2