--- a/Makefile Fri Nov 18 14:54:18 2011 +0100
+++ b/Makefile Wed Nov 23 13:05:59 2011 +0100
@@ -75,4 +75,4 @@
rubber ${RUBBER_FLAGS} $<
%.gz: %.pod
- iconv -f utf8 -t iso8859-15 $< | pod2man --name $(basename $<) --section $(subst .,,$(suffix $@)) | gzip >$@
+ pod2man --utf8 --name $(basename $<) --section $(subst .,,$(suffix $@)) $< | gzip >$@
--- a/ma.8.pod Fri Nov 18 14:54:18 2011 +0100
+++ b/ma.8.pod Wed Nov 23 13:05:59 2011 +0100
@@ -1,3 +1,5 @@
+=encoding utf8
+
=head1 NAME
ma -- mailadmin tool
@@ -51,9 +53,9 @@
=head1 OPTIONS
-=over 4
+=head2 OPTIONS für beide Sub-Kommandos
-=head2 OPTIONS für beide Sub-Kommandos
+=over 4
=item B<--add>|B<--modify>|B<--delete>|B<--list>
@@ -142,6 +144,7 @@
Es kann eine sprechende Bezeichnung für die Gruppe angegeben werden. Dieser
Bezeichnung wird immer(!) "CYRUS MAIL ACCESS GROUP" vorangestellt.
+=back
=head1 EXAMPLES