From: Stefan Weil <sw@weilnetz.de>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: Stefan Weil <sw@weilnetz.de>, qemu-devel <qemu-devel@nongnu.org>,
Aurelien Jarno <aurelien@aurel32.net>
Subject: [Qemu-devel] [PATCH 1/4] po/Makefile: Fix and improve help message
Date: Fri, 5 Jul 2013 22:55:41 +0200 [thread overview]
Message-ID: <1373057744-20278-2-git-send-email-sw@weilnetz.de> (raw)
In-Reply-To: <1373057744-20278-1-git-send-email-sw@weilnetz.de>
The help message contains single quotes which got lost in the output.
Fix also a typo and use two instead of three lines.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
po/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/po/Makefile b/po/Makefile
index 60ccd7d..2c5b202 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -12,9 +12,8 @@ SRC_PATH=..
vpath %.po $(SRC_PATH)/po
all:
- @echo Use 'make update' to update translation files
- @echo or us 'make build' or 'make install' to build and install
- @echo the translation files
+ @echo "Use 'make update' to update translation files or use 'make build'"
+ @echo "or 'make install' to build and install the translation files."
update: $(SRCS)
--
1.7.10.4
next prev parent reply other threads:[~2013-07-05 20:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-05 20:55 [Qemu-devel] [PATH 0/4] po/Makefile: Fix regression and some minor issues Stefan Weil
2013-07-05 20:55 ` Stefan Weil [this message]
2013-07-05 20:55 ` [Qemu-devel] [PATCH 2/4] po/Makefile: Fix *.mo generation for out-of-tree builds (regression) Stefan Weil
2013-07-05 20:55 ` [Qemu-devel] [PATCH 3/4] po/Makefile: Fix generation of messages.po Stefan Weil
2013-07-05 20:55 ` [Qemu-devel] [PATCH 4/4] po/Makefile: Use macro quiet-command for nice looking messages Stefan Weil
2013-07-16 5:16 ` [Qemu-devel] [PATH 0/4] po/Makefile: Fix regression and some minor issues Stefan Weil
2013-07-18 19:52 ` Stefan Weil
2013-07-23 20:12 ` [Qemu-devel] [PATCH " Stefan Weil
2013-07-23 20:47 ` Anthony Liguori
2013-07-23 20:54 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1373057744-20278-2-git-send-email-sw@weilnetz.de \
--to=sw@weilnetz.de \
--cc=aliguori@us.ibm.com \
--cc=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).