summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2012-03-01 23:31:56 +0100
committerJan Kara <jack@suse.cz>2012-03-01 23:31:56 +0100
commit3ff187335dcc4862d109cbe8c8c4d7535e969d91 (patch)
tree5eabc2cf90ec3749a8bcb1f416608489966af568 /Makefile.in
parentfe2675fcd256dbd5fd33c10a94ed6c58f4bb5c5b (diff)
Add quota type names to message catalogue
Add gettext magic so that quota type names get to message catalogue. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 0b343a3..c81d7a9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,7 +58,7 @@ realclean: clobber
-rm -f $(RPCSRC) po/*.mo
pot:
- xgettext -k_ -d pot *.c
+ xgettext -k_ -kN_ -d pot *.c *.h
mo: po
for n in $(shell ls po/*.po); do \