[Po4a-commits] "po4a/share po4a-build,1.7,1.8"

Neil Williams codehelp at alioth.debian.org
Sat Nov 21 01:02:00 UTC 2009


Update of /cvsroot/po4a/po4a/share
In directory alioth:/tmp/cvs-serv29586/share

Modified Files:
	po4a-build 
Log Message:
	* po/pod/es.po: Fix a few typos.
	* share/po4a-build: Read the translated XML;
	fix for typo in call to xsltproc.



Index: po4a-build
===================================================================
RCS file: /cvsroot/po4a/po4a/share/po4a-build,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- po4a-build	13 Nov 2009 12:17:26 -0000	1.7
+++ po4a-build	21 Nov 2009 01:01:58 -0000	1.8
@@ -317,7 +317,7 @@
 						eval_gettext "Processing \$l translations for \$X (1). . ."; echo
 						MANDIR=$BASEDIR/$P/man/$l/man1/
 						XML_CATALOG_FILES="/etc/xml/catalog" \
-						xsltproc -o $MANDIR --nonet $XSLFILE $XMLDIR/$X
+						xsltproc -o $MANDIR --nonet $XSLFILE $XMLDIR/$l/$X
 					fi
 				done
 				for X3 in $XMLMAN3; do
@@ -325,7 +325,7 @@
 						eval_gettext "Processing \$l translations for \$X3 (3). . ."; echo
 						MANDIR=$BASEDIR/$P/man/$l/man3/
 						XML_CATALOG_FILES="/etc/xml/catalog" \
-						xsltproc -o $MANDIR --nonet $XSLFILE $XMLDIR/$X3
+						xsltproc -o $MANDIR --nonet $XSLFILE $XMLDIR/$l/$X3
 					fi
 				done
 			fi




More information about the Po4a-commits mailing list