aboutsummaryrefslogtreecommitdiffstats
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 d8bc7c9..9fbc4a7 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -17,7 +17,7 @@ all: $(NAME).pot $(POFILES) $(MOFILES)
update: $(NAME).pot
$(NAME).pot: $(PL_FILE) $(DT_FILE)
- xgettext --language=perl --keyword=__ --output tmp1.pot $(PL_FILE)
+ xgettext --language=perl --keyword=__ --add-comments=PO: --output tmp1.pot $(PL_FILE)
intltool-update --pot --gettext-package tmp2
msgcat --use-first tmp1.pot tmp2.pot > $@
@rm -r tmp*.pot