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 a884053 commit dcd1dfeCopy full SHA for dcd1dfe
configure.php
@@ -885,7 +885,7 @@ function getFileModificationHistory(): array {
885
* > As it stands, libxml2's Relax NG validator doesn't seem suitable for production.
886
* cf. https://gitlab.gnome.org/GNOME/libxml2/-/issues/448
887
*/
888
- $output = shell_exec('java -jar ./docbook/jing.jar ./docbook/docbook-v5.2-os/rng/docbookxi.rng .manual.xml');
+ $output = shell_exec('java -jar ' . $srcdir . '/docbook/jing.jar ' . RNG_SCHEMA_FILE. ' ' . $acd['OUTPUT_FILENAME']);
889
if ($output === null) {
890
echo "Command failed do you have Java installed?";
891
} else {
0 commit comments