We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c9d84 commit 4e759e7Copy full SHA for 4e759e7
tools/make_gpsbabel_doc.sh
@@ -2,7 +2,7 @@
2
set -ex
3
4
perl xmldoc/makedoc
5
-xmllint --noout --relaxng http://docbook.org/xml/5.0/rng/docbook.rng xmldoc/readme.xml
+xmllint --noout --relaxng "file:///$(pwd)/tools/schema/docbook/xml/5.0/rng/docbook.rng" xmldoc/readme.xml
6
# the following doesn't seem to work.
7
#xmllint --noout --schematron http://docbook.org/xml/5.0/sch/docbook.sch xmldoc/readme.xml
8
# jing and many depedencies removed from fedora
0 commit comments