summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-02 05:05:58 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-03-02 05:05:58 +0000
commitc453636b3de5339147a72b23875710faef7c702c (patch)
tree5492338077e054b4ca84616a861ea57d1e5585d3
parent51e2a5a9ff4194fbebe7e989221053f96aa0213b (diff)
downloadfedora-doc-utils-c453636b3de5339147a72b23875710faef7c702c.tar.gz
fedora-doc-utils-c453636b3de5339147a72b23875710faef7c702c.tar.xz
fedora-doc-utils-c453636b3de5339147a72b23875710faef7c702c.zip
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.
-rwxr-xr-xbin/tidy-bowl6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/tidy-bowl b/bin/tidy-bowl
index 95527da..bda37da 100755
--- a/bin/tidy-bowl
+++ b/bin/tidy-bowl
@@ -45,7 +45,7 @@ shift `/usr/bin/expr "${OPTIND}" - 1`
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 @@ do
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."