Home | History | Annotate | Download | only in doc

Lines Matching refs:found

87 found=`find $1 -name docbookx.dtd -exec grep -l "$s" {} \;`
88 for dtd in $found; do
90 echo Found DocBook XML $VERSION DTD in $docbookdir
262 found=`find $top -name iso-amsb.ent`
263 if [ "$found" = "" ] ; then
264 found=`find /usr/share/xml -name iso-amsb.ent`
266 if [ "$found" = "" ] ; then
267 found=`find $HOME -name iso-amsb.ent`
269 if [ "$found" = "" ] ; then
270 found=`find /usr/local -name iso-amsb.ent`
272 if [ "$found" = "" ] ; then
273 found=`find /usr/share/sgml -name iso-amsb.ent`
275 if [ "$found" = "" ] ; then
281 for tst in $found; do
294 echo Found ISO DocBook entities in $isodir
362 found=`find $top -name chunk.xsl`
363 if [ "$found" = "" ] ; then
364 found=`find /usr/share/xml -name chunk.xsl`
366 if [ "$found" = "" ] ; then
367 found=`find $HOME -name chunk.xsl`
369 if [ "$found" = "" ] ; then
370 found=`find /usr/local -name chunk.xsl`
372 if [ "$found" = "" ] ; then
373 found=`find /usr/share/sgml -name chunk.xsl`
375 if [ "$found" = "" ] ; then
381 for tst in $found; do
394 echo Found DocBook XSLT stylesheets in $xsldir