Skip to content

Commit 4e759e7

Browse files
authored
workaround brew changing docbook uris in the catalog (#1536)
by using our local copy of the schema.
1 parent c2c9d84 commit 4e759e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_gpsbabel_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ex
33

44
perl xmldoc/makedoc
5-
xmllint --noout --relaxng http://docbook.org/xml/5.0/rng/docbook.rng xmldoc/readme.xml
5+
xmllint --noout --relaxng "file:///$(pwd)/tools/schema/docbook/xml/5.0/rng/docbook.rng" xmldoc/readme.xml
66
# the following doesn't seem to work.
77
#xmllint --noout --schematron http://docbook.org/xml/5.0/sch/docbook.sch xmldoc/readme.xml
88
# jing and many depedencies removed from fedora

0 commit comments

Comments
 (0)