Skip to content

Commit e1a61b0

Browse files
committed
Use XInclude accepting version
1 parent 8c96c21 commit e1a61b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ function getFileModificationHistory(): array {
886886
* cf. https://gitlab.gnome.org/GNOME/libxml2/-/issues/448
887887
*/
888888
echo 'Please use Jing and the:' . PHP_EOL
889-
. 'java -jar ./build/jing.jar /path/to/doc-base/docbook/docbook-v5.2-os/rng/docbook.rng /path/to/doc-base/.manual.xml' . PHP_EOL
889+
. 'java -jar ./build/jing.jar /path/to/doc-base/docbook/docbook-v5.2-os/rng/docbookxi.rng /path/to/doc-base/.manual.xml' . PHP_EOL
890890
. 'command to check why the RelaxNG schema failed.' . PHP_EOL;
891891

892892
// Exit normally when don't care about validation

0 commit comments

Comments
 (0)