Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips/doc/tools/docbook-lint.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (show annotations) (download) (as text) (vendor branch)
Thu Apr 21 07:26:22 2005 UTC (18 years, 11 months ago) by orrisroot
Branch: NEUROINFORMATICS, MAIN
CVS Tags: REL20060323, AL_PORTING, REL20070323, RELENG_3_BP, XOONIPS_32_RC5, REL20051226, XOONIPS_31_RC4, XOONIPS_RC1, XOONIPS_31_RC3, XOONIPS_31_RC2, XOONIPS_31_RC1, tag20070307current, tag20061115, MergePnt_20051220, merge_to_20060627, tag20061130, merge_to_20060605, tag20060615, tag20070307, MergePnt_20051116, REL20060213, RELENG_3_3_BP, REL20060720, RELEASE_1_0_1, tag20060622, merge_to_20060411, first, HEAD
Branch point for: XOONIPS_STABLE_32, XOONIPS_STABLE, RELENG_3, RELENG_3_3, XOONIPS_STABLE_3, XOONIPS_STABLE_2
Changes since 1.1: +0 -0 lines
File MIME type: text/x-sh
Import documents int CVS

1 #!/bin/sh
2
3 XMLLINT=xmllint
4 TOOLSDIR=`dirname $0`
5 SGML_CATALOG_FILES=$TOOLSDIR/../docbook/xml/4.4/catalog.xml
6 export SGML_CATALOG_FILES
7
8 which $XMLLINT > /dev/null
9 RETVAL=$?
10 if [ $RETVAL -ne 0 ]; then
11 echo "Error: $XMLLINT command required!"
12 exit 1;
13 fi
14
15 $XMLLINT --noout --valid --catalogs $*
16 RETVAL=$?
17 exit $RETVAL

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26