X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=po-docs%2FMakefile.am;h=eede6e05535dda90c3526222c357526ba5fe9af7;hp=ede07e79dae338428b43672a098634ffa1ff03f2;hb=33fe14b42f4977740ef12c4d6fc08873b8eef676;hpb=03459c8fa754e45c7e492b378456e0afac1b0dcb diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am index ede07e7..eede6e0 100644 --- a/po-docs/Makefile.am +++ b/po-docs/Makefile.am @@ -50,7 +50,8 @@ libguestfs-docs.pot: po4a.conf --copyright-holder "Red Hat Inc." \ po4a.conf for f in `find $(LINGUAS) -name '*.pod' -o -name '*.pl'`; do \ - awk 'FNR >= 14 { print }' < $$f > $$f.new; \ + echo '=encoding utf8' > $$f.new; \ + awk 'FNR >= 14 { print }' < $$f >> $$f.new; \ mv $$f.new $$f; \ done