summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-01-21 18:47:19 +0000
committerPaul W. Frields <stickster@gmail.com>2006-01-21 18:47:19 +0000
commit5d9530ac3c5a5c6d42ac0408d3c8359a0e3e50b2 (patch)
treebc42f63f16022b21696746dc36d7995d91cd287f /bin
parent692b013f3e861512e07498f4de31ac701957ebb4 (diff)
downloadfedora-doc-utils-5d9530ac3c5a5c6d42ac0408d3c8359a0e3e50b2.tar.gz
fedora-doc-utils-5d9530ac3c5a5c6d42ac0408d3c8359a0e3e50b2.tar.xz
fedora-doc-utils-5d9530ac3c5a5c6d42ac0408d3c8359a0e3e50b2.zip
These additional languages should be fine to reformat as well
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tidy-bowl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tidy-bowl b/bin/tidy-bowl
index 5d68bc2..767f0a7 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 )
+ *-de.xml | *-en.xml | *-fr-xml | *-it.xml | *-es.xml | *-ru.xml )
# Make sure we can find the input file
# /bin/echo "$0: XML file ${fn} prettyprinted."
if [ ! -f "${fn}" ]; then