docs-common/bin tidy-bowl,1.6,1.7

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Thu Mar 2 05:06:27 UTC 2006


Author: jtr

Update of /cvs/docs/docs-common/bin
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20791/docs-common/bin

Modified Files:
	tidy-bowl 
Log Message:
Since we now use .POT and .PO files to hold the translated text,
non-primary language XML should no longer be committed to CVS.
Commonly, our ${PRI_LANG} is a Romance language so we can just
prettyprint *every* XML file we see.



Index: tidy-bowl
===================================================================
RCS file: /cvs/docs/docs-common/bin/tidy-bowl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tidy-bowl	3 Feb 2006 17:48:55 -0000	1.6
+++ tidy-bowl	2 Mar 2006 05:05:58 -0000	1.7
@@ -45,7 +45,7 @@
 for fn in $@
 do
 	case "${fn}" in
-	*-de.xml | *-en.xml | *-fr-xml | *-it.xml )
+	*.xml )
 		# Make sure we can find the input file
 		# /bin/echo "$0: XML file ${fn} prettyprinted."
 		if [ ! -f "${fn}" ]; then
@@ -61,10 +61,6 @@
 			exit 1
 		fi
 		;;
-	*.xml )
-		# A non-Romance XML file.  What to do, what to do?
-		# /bin/echo "$0: Non-Romance XML file ${fn} left unchanged."
-		;;
 	* )
 		# Some other kind of file.  DO NOTHING!!!
 		# /bin/echo "$0: file ${fn} left unchanged."




More information about the docs-commits mailing list