From 51b98e244b7e26acf3fa444e996544742a406890 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 3 Nov 2002 14:59:35 +0000 Subject: [PATCH] * ChangeLog: Add 1.6.6 release marker. See below. * stepmake/stepmake/po-targets.make: Remove --c++ option. --- ChangeLog | 8 ++++++++ stepmake/stepmake/po-targets.make | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8734b1f306..5df6fab0f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-11-03 Jan Nieuwenhuizen + * ChangeLog: Add 1.6.6 release marker. See below. + * stepmake/stepmake/po-targets.make: Remove --c++ option. * scripts/midi2ly.py: Fix global syntax warnings. @@ -47,6 +49,12 @@ * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for Solaris7, as we don't use nested $( ) constructs. +2002-10-21 Han-Wen Nienhuys + + * VERSION: Release 1.6.6. + +2002-10-21 Jan Nieuwenhuizen + * Documentation/topdocs/INSTALL.texi: Add note about using ksh for as workaround for /bin/sh problems on Solaris7. diff --git a/stepmake/stepmake/po-targets.make b/stepmake/stepmake/po-targets.make index 6e2b52317c..4c4f4f321f 100644 --- a/stepmake/stepmake/po-targets.make +++ b/stepmake/stepmake/po-targets.make @@ -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 -- 2.39.5