Modified doc script.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1289 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
james.goppert 2010-12-27 03:07:45 +00:00
parent 23bddca1af
commit 615bd78fef
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ do
svn propset svn:mime-type image/$imageExt $imageFiles
done
for textExt in "html css"
for textExt in "html,css"
do
textFiles=$(find html -name *.$textExt)
echo text files: $textFiles