Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
no exception for LDF anymore
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@501 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Mar 2, 2009
1 parent a34ddaf commit 81cef6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions shared/tools/checkxml
Expand Up @@ -16,8 +16,6 @@ elif [ ! -r $2 ]; then
elif [ ! -r ${SLPS}/shared/xsd/$1.xsd ]; then
echo "Oops: schema for $1 not found or not readable."
exit 1
elif [ "$1" == "ldf" ]; then
java -jar ${SLPS}/download/msv/msv.jar ${SLPS}/shared/xsd/$1.xsd $2
else
xmllint --noout --schema ${SLPS}/shared/xsd/$1.xsd $2
fi
1 change: 1 addition & 0 deletions topics/languedoc/Makefile
Expand Up @@ -44,5 +44,6 @@ clean:

check:
ls -1 *.xbgf | xargs -n1 ${validator} xbgf
ls -1 xldf/*.xldf | xargs -n1 ${validator} xldf
ls -1 *.bgf | xargs -n1 ${validator} bgf
ls -1 *.ldf | xargs -n1 ${validator} ldf

0 comments on commit 81cef6c

Please sign in to comment.