diff options
| author | Ulrich Drepper <[email protected]> | 2009-01-23 16:28:25 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-01-23 16:28:25 -0800 |
| commit | 093e948f5f62baaf24a47acb6822c930dece6b55 (patch) | |
| tree | cf5f4e03d738f36fc33c4565e129252aa5d50286 /po | |
| parent | d7cb73772f92c4d93915c28cf744218ffec03209 (diff) | |
(XGETTEXT_OPTIONS): Add --flag option for argp_error.
Diffstat (limited to 'po')
| -rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index b8ea7022..80918502 100644 --- a/po/Makevars +++ b/po/Makevars @@ -9,7 +9,7 @@ top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --flag=error:3:c-format \ - --flag=ERROR:1:c-format + --flag=ERROR:1:c-format --flag=arg_error:2:c-format # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding |
