diff options
author | Guillem Jover <guillem@debian.org> | 2010-08-26 04:01:04 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2010-08-26 04:01:04 +0200 |
commit | 9226ef57a108f76c0f22f8c933d5902350c34858 (patch) | |
tree | 146997c2f5bad4438ae5cedc30a992499d4bcec9 /po/Makevars | |
parent | e068a6b1b1821cc57582edaacf1e0ecda8e9291a (diff) | |
download | dpkg-9226ef57a108f76c0f22f8c933d5902350c34858.tar.gz |
build: Remove xgettext _g keyword for the dpkg domain
The dpkg domain consists only of C sources, so there's no need anymore
for the Perl specific _g keyword.
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index f929a0ba6..ab6c72f5b 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=_g --from-code=UTF-8 +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --from-code=UTF-8 MSGMERGE_OPTIONS = --previous |