Marco Borgeaud 02dae8e652
Clean ci/validate_asciidoc.sh
* Regroup read-only variable declaration. `declare -xr` is used for
an exported read-only variable.
 * Use more accurate log messages.
 * Use consistent indentation of 2 spaces.
 * Fail fast if dependencies cannot be installed.
 * Regroup HTML generation & its validation.
 * Document the main validation points.
 * Simplify some commands and address some ShellCheck warnings.
2023-07-31 15:37:06 +02:00
..