summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index ccb6b47e..235a8930 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -24,7 +24,7 @@ clean:
%.pot: POTFILES.in
xgettext --default-domain=`basename $@ .pot` --directory=.. \
--add-comments --keyword=__ --keyword=_ --keyword=N_ \
- --keyword=I_ --keyword=i18n
+ --keyword=I_ --keyword=i18n \
--files-from=./POTFILES.in && \
mv `basename $@ .pot`.po $@