podwrapper: Remove =encoding from input files and add it back in podwrapper.

This changes podwrapper so that the input (POD) files should not
contain an =encoding directive.  However they must be UTF-8.
Podwrapper then adds the '=encoding utf8' directive back during final
generation.

This in particular avoids problems with nested =encoding directives in
fragments.  These break POD, and are undesirable anyway.
This commit is contained in:
Richard W.M. Jones
2014-03-18 15:30:03 +00:00
parent ad33a5434c
commit c4dc70f8c4
47 changed files with 6 additions and 94 deletions

View File

@@ -1,5 +1,3 @@
=encoding utf8
=head1 NAME
libguestfs-tools.conf - configuration file for guestfish, guestmount, virt-rescue