[Po4a-commits] po4a/testsuite check,1.8,1.9
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Thu Sep 1 19:45:32 UTC 2005
Update of /cvsroot/po4a/po4a/testsuite
In directory haydn:/tmp/cvs-serv32669
Modified Files:
check
Log Message:
The man module can also be checked agains the /usr/X11R6/man manpages.
Some systems also distribute kernel functions manpages in section 9.
Index: check
===================================================================
RCS file: /cvsroot/po4a/po4a/testsuite/check,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- check 1 Sep 2005 19:41:40 -0000 1.8
+++ check 1 Sep 2005 19:45:30 -0000 1.9
@@ -45,7 +45,7 @@
echo $@ > LISTE.TOTAL
else
if [ "$module" = "man" ] ; then
- find /usr/share/man/man[1-8] -type f | sort > LISTE.TOTAL
+ find /usr/share/man/man[1-9] /usr/X11R6/man/man[1-9] -type f | sort > LISTE.TOTAL
elif [ "$module" = "pod" ] ; then
locate pod|egrep '\.pod$' | sort > LISTE.TOTAL
fi
More information about the Po4a-commits
mailing list