[gnumeric] autogen: printbold is gone and we don't really care
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] autogen: printbold is gone and we don't really care
- Date: Tue, 2 Aug 2016 00:36:23 +0000 (UTC)
commit 5671655466a9fbc3113c52c3d2dd4a8057874452
Author: Morten Welinder <terra gnome org>
Date: Mon Aug 1 20:36:03 2016 -0400
autogen: printbold is gone and we don't really care
autogen.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index a98d2ae..abb5533 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,7 +31,7 @@ cd $olddir
# SVN, so this file cannot depend on the versions of the tools which the
# developers have installed.
#
-printbold "Creating po/Makefile.in.in and po-functions/Makefile.in.in."
+echo "Creating po/Makefile.in.in and po-functions/Makefile.in.in."
rm -f $srcdir/po/Makefile.in.in $srcdir/po-functions/Makefile.in.in
cp $srcdir/po/Makefile.in.in.own $srcdir/po/Makefile.in.in
sed '/^\(GETTEXT_PACKAGE\|subdir\) =/s/[ ]*$/-functions/
@@ -41,7 +41,7 @@ XGETTEXT_KEYWORDS = --keyword --keyword=F_
/^EXTRA_DISTFILES/s/ LINGUAS//
' $srcdir/po/Makefile.in.in >$srcdir/po-functions/Makefile.in.in
-printbold "Creating po-functions/POTFILES.{in,skip}."
+echo "Creating po-functions/POTFILES.{in,skip}."
rm -f $srcdir/po-functions/POTFILES.in $srcdir/po-functions/POTFILES.skip
# This regex matches names of XML files:
xml_file_name='^((schemas|templates)/.+|[^/]+)\.in$|\.(glade|xml)(\.in)?$'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]