Description: Fix pod2man syntax errors
 Quick fix for some new pod2man syntax errors. Submitted upstream.
Author: Max Vozeler <xam@debian.org>

--- makepp-2.0.98.5.orig/pod/makepp_extending.pod
+++ makepp-2.0.98.5/pod/makepp_extending.pod
@@ -24,11 +24,11 @@ Thus any Perl code you write has access
 variables are stored in the C<Mpp::global> package.  See L<Makefile
 variables|makepp_variables/"Variables and Perl"> for the details.
 
-Each of the statements (L<ifperl / ifmakeperl|makepp_statements/ifperl_perlcode>,
-L<perl / makeperl|makepp_statements/perl_perlcode>, L<sub /
-makesub|makepp_statements/sub>), the functions (L<perl /
-makeperl|makepp_functions/perl_perlcode>, L<map / makemap|makepp_functions/map_words_perlcode>) and
-the rule action (L<perl / makeperl|makepp_rules/perl>) for writing Perl code
+Each of the statements (L<ifperl E<sol> ifmakeperl|makepp_statements/ifperl_perlcode>,
+L<perl E<sol> makeperl|makepp_statements/perl_perlcode>, L<sub E<sol>
+makesub|makepp_statements/sub>), the functions (L<perl E<sol>
+makeperl|makepp_functions/perl_perlcode>, L<map E<sol> makemap|makepp_functions/map_words_perlcode>) and
+the rule action (L<perl E<sol> makeperl|makepp_rules/perl>) for writing Perl code
 directly in the makefile come in two flavours.  The first is absolutely normal
 Perl, meaning you have to use the C<f_> prefix as explained in the next
 section, if you want to call makepp functions.  The second variant first
--- makepp-2.0.98.5.orig/pod/makepp_functions.pod
+++ makepp-2.0.98.5/pod/makepp_functions.pod
@@ -103,7 +103,7 @@ makepp|makepp_extending> for more detail
 
 =item and I<condition1[,condition2[,condition3...]]>
 
-The and function provides a “short-circuiting” AND operation. Each argument is
+The and function provides a "short-circuiting" AND operation. Each argument is
 expanded, in order. If an argument expands to an empty string the processing
 stops and the result of the expansion is the empty string. If all arguments
 expand to a non-empty string then the result of the expansion is the expansion
@@ -130,7 +130,7 @@ blank.
 
 =item or I<condition1[,condition2[,condition3...]]>
 
-The or function provides a “short-circuiting” OR operation. Each argument is
+The or function provides a "short-circuiting" OR operation. Each argument is
 expanded, in order. If an argument expands to a non-empty string the
 processing stops and the result of the expansion is that string. If, after all
 arguments are expanded, all of them are false (empty), then the result of the
--- makepp-2.0.98.5.orig/pod/makepp_variables.pod
+++ makepp-2.0.98.5/pod/makepp_variables.pod
@@ -10,7 +10,7 @@ makepp_variables -- How to use variables
 
 B<?:>E<nbsp>L<$*|/stem>,
   L<$+|/sorted_dependencies>,
-  L<$/|/__>,
+  L<$E<sol>|/__>,
   L<$E<lt>|/dependency>,
   L<$?|/changed_dependencies>,
   L<$@|/output>,
