summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-05-19 06:57:38 -0600
committerEric Blake <ebb9@byu.net>2008-05-19 06:57:38 -0600
commit28b96dbbd1eeb0e1fc1b0678735cacaddebe3595 (patch)
treeca11418d72bcd9b1d5853d59cb8e0edab9168779 /po
parent19c823f477a093cf19c9d79886e73eb0c0e2edd4 (diff)
downloadm4-28b96dbbd1eeb0e1fc1b0678735cacaddebe3595.tar.gz
Fix xgettext options.
* po/Makevars (XGETTEXT_OPTIONS): The " must be passed to xgettext. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'po')
-rw-r--r--po/Makevars4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makevars b/po/Makevars
index 74f3bacb..475ef3b1 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -31,8 +31,8 @@ XGETTEXT_OPTIONS = \
--from-code=UTF-8 \
--keyword=_ --flag=_:1:pass-c-format \
--keyword=N_ --flag=N_:1:pass-c-format \
- --keyword=proper_name:1,"This is a proper name. See the gettext manual, section Names." \
- --keyword=proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names." \
+ --keyword=proper_name:1,'"This is a proper name. See the gettext manual, section Names."' \
+ --keyword=proper_name_utf8:1,'"This is a proper name. See the gettext manual, section Names."' \
--flag=error:3:c-format --flag=error_at_line:5:c-format \
--flag=verror:3:c-format --flag=verror_at_line:5:c-format \
--flag=asprintf:2:c-format --flag=vasprintf:2:c-format \