]> git.donarmstrong.com Git - lilypond.git/commitdiff
* ChangeLog: Add 1.6.6 release marker. See below. release/1.6.6_1
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 3 Nov 2002 14:59:35 +0000 (14:59 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 3 Nov 2002 14:59:35 +0000 (14:59 +0000)
* stepmake/stepmake/po-targets.make: Remove --c++ option.

ChangeLog
stepmake/stepmake/po-targets.make

index 8734b1f30623db4fd2a916dfd3bae8cd0397e242..5df6fab0f094d4d4253f7ef32784976b47919b60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * ChangeLog: Add 1.6.6 release marker.  See below.
+
        * stepmake/stepmake/po-targets.make: Remove --c++ option.
 
        * scripts/midi2ly.py: Fix global syntax warnings.
        * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
        Solaris7, as we don't use nested $( ) constructs.
 
+2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: Release 1.6.6.
+       
+2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
        * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
        as workaround for /bin/sh problems on Solaris7.
 
index 6e2b52317c774e25d57e3bf35a7db14fe9fbfa9c..4c4f4f321f8fb3f18ffb74aaf066b9626d2d9a9b 100644 (file)
@@ -21,7 +21,7 @@ ALL_PO_SOURCES = $(ALL_C_SOURCES) $(ALL_CC_SOURCES) $(PYTHON_SCRIPTS_IN) $(wildc
 localpo:
 ifneq ($(strip $(ALL_PO_SOURCES)),)
        @echo $(ALL_PO_SOURCES)
-       xgettext --c++ --default-domain=$(package) --join \
+       xgettext --default-domain=$(package) --join \
         --output-dir=$(po-dir)/$(outdir) --add-comments \
         --keyword=_ --keyword=_f --keyword=_i $(ALL_PO_SOURCES)
 endif