repo.or.cz
/
gtk-doc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mkdb: avoid double '.' at the end of phrase.
[gtk-doc.git]
/
tests
/
gtkdoctest.sh
blob
694c4c51474a5c6fe0982a177eb98b2ab0fd3734
1
#!/bin/sh
2
3
suite
=
$1
4
dir
=
`dirname
$0
`
5
6
cd
$dir
/
$suite
/
docs
&&
gtkdoc-check
7
8
# xmllint --noout --nonet --schema ../devhelp2.xsd ./bugs/docs/html/tester.devhelp2
9
#