[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.153,1.154"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Wed Jun 14 20:39:41 UTC 2006


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv15096/lib/Locale/Po4a

Modified Files:
	Man.pm 
Log Message:
Do not split the arguments of the .ie, .if and .de macros.


Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- Man.pm	14 Jun 2006 20:37:28 -0000	1.153
+++ Man.pm	14 Jun 2006 20:39:38 -0000	1.154
@@ -1097,12 +1097,12 @@
 	    my @args=();
 	    $line =~ s/\\ /$nbs/g; # This is probably not needed
 	    push @args,$arg1;
-	    if ($macro =~ /^(?:ta|TP)$/) {
+	    if ($macro =~ /^(?:ta|TP|ie|if|de)$/) {
 		# The number of spaces may be critical for the 'ta' macro,
 		# and there is no need to split the arguments.
 		push @args, $arguments;
 	    } else {
-		push @args, splitargs($ref,$arguments)
+		push @args, splitargs($ref,$arguments);
 	    }
 
 




More information about the Po4a-commits mailing list