[Po4a-devel][CVS] po4a/doc po4a.7.pod,1.26,1.27
                                
                                
                                
                                    
                                        by Martin Quinson
                                    
                                
                                
                                        Update of /cvsroot/po4a/po4a/doc
In directory haydn:/tmp/cvs-serv3572/doc
Modified Files:
	po4a.7.pod 
Log Message:
Fix the fix ;)
Index: po4a.7.pod
===================================================================
RCS file: /cvsroot/po4a/po4a/doc/po4a.7.pod,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- po4a.7.pod	30 Jul 2004 16:13:03 -0000	1.26
+++ po4a.7.pod	1 Aug 2004 09:31:02 -0000	1.27
@@ -967,7 +967,7 @@
 But it was so problematic that a po-based approach is now used. Only the
 original can be edited in the file, and the translations must take place in
 po files extracted from the master template (and placed back at package
-compilation time). Here are the issues of the previous system:
+compilation time). The old system was deprecated because of several issues:
 
 =over
 
                                
                         
                        
                                
                                21 years, 3 months
                        
                        
                 
         
 
        
            
        
        
        
                
                        
                                
                                 
                                        
                                
                         
                        
                                
                                
                                        
                                                
                                        
                                        
                                        [Po4a-devel][CVS] po4a html-build-upload.sh,1.2,1.3
                                
                                
                                
                                    
                                        by Martin Quinson
                                    
                                
                                
                                        Update of /cvsroot/po4a/po4a
In directory haydn:/tmp/cvs-serv2669
Modified Files:
	html-build-upload.sh 
Log Message:
little fixes
Index: html-build-upload.sh
===================================================================
RCS file: /cvsroot/po4a/po4a/html-build-upload.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- html-build-upload.sh	30 Jul 2004 11:11:31 -0000	1.2
+++ html-build-upload.sh	1 Aug 2004 09:28:42 -0000	1.3
@@ -7,11 +7,11 @@
 #
 # Mt.
 
-#set -e
+set -e # we want to fail on any error instead of risking uploading broken stuff
 #set -x
 
 function percent_lang {
-	STATS=`msgfmt --statistics po/pod/$1.po 2>&1`
+	STATS=`msgfmt -o /dev/null --statistics po/pod/$1.po 2>&1`
 	YES=`echo $STATS | sed -n -e 's/^\([[:digit:]]*\).*$/\1/p'`
 	NO=`echo $STATS | sed -n -e 's/^\([[:digit:]]\+\)[^[:digit:]]\+\([[:digit:]]\+\).*$/\2/p'`
 	O3=`echo $STATS | sed -n -e 's/^\([[:digit:]]\+\)[^[:digit:]]\+\([[:digit:]]\+\)[^[:digit:]]\+\([[:digit:]]\+\).*$/\3/p'`
                                
                         
                        
                                
                                21 years, 3 months