fixed pod errors and encoding problems foerste
authorMatthias Förste foerste@schlittermann.de
Wed, 23 Nov 2011 13:05:59 +0100
branchfoerste
changeset 40 cc9a80eb647c
parent 39 683a0c1421e8
child 41 a0ed03bc2e1d
fixed pod errors and encoding problems
Makefile
ma.8.pod
--- 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