diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 4ca0d1c4d1..3e3f909b97 100644 --- a/po/Makefile +++ b/po/Makefile @@ -56,6 +56,7 @@ libc.pot: header.pot libc.pot.files set `date -R`; disp="$$6"; \ sed -e 's/VERSION/$(version)/' \ -e "s/DATE/`date +'%Y-%m-%d %H:%M'$$disp`/" \ + -e "s/CHARSET/UTF-8/" \ $< > $@.new egrep -v '\.ksh$$' $(word 2,$^) > $(objdir)/tmp-libc.pot-files cd ..; $(XGETTEXT) --keyword=_ --keyword=N_ \ |