[Po4a-commits] "po4a html-build-upload.sh,1.27,1.28"

Denis Barbier barbier-guest at alioth.debian.org
Wed Jul 28 06:01:52 UTC 2010


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

Modified Files:
	html-build-upload.sh 
Log Message:
Set KEEP=0 when building the website

This is surely what was done previously with PO4AFLAGS


Index: html-build-upload.sh
===================================================================
RCS file: /cvsroot/po4a/po4a/html-build-upload.sh,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- html-build-upload.sh	28 Jul 2010 05:56:33 -0000	1.27
+++ html-build-upload.sh	28 Jul 2010 06:01:41 -0000	1.28
@@ -23,9 +23,9 @@
 POFILES=`cd po/pod; ls *.po`
 LANGS=${POFILES//.po/}
 
-PO4A_OPTS="-k 0 -v -f pod -M utf-8"
-
-./share/po4a-build -f po4a-build.conf
+sed -e 's/^KEEP=.*/KEEP=0/' po4a-build.conf > po4a-build.conf.www
+./share/po4a-build -f po4a-build.conf.www
+rm -rf po4a-build.conf.www
 
 rm -rf html.gen/
 cp -a _build/po4a/man html.gen




More information about the Po4a-commits mailing list