We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9129287 commit aa7b2efCopy full SHA for aa7b2ef
configure.php
@@ -886,7 +886,7 @@ function getFileModificationHistory(): array {
886
* cf. https://gitlab.gnome.org/GNOME/libxml2/-/issues/448
887
*/
888
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
+ . '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
890
. 'command to check why the RelaxNG schema failed.' . PHP_EOL;
891
892
// Exit normally when don't care about validation
0 commit comments