doc: rewrite shell scripts in Python
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Wed, 6 Apr 2022 17:10:12 +0000 (20:10 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 Jun 2022 09:53:35 +0000 (11:53 +0200)
commit53bb9a073f4f905edaba81bc17eb9c33903242bc
tree179331b44416f7a1d4b67c590a736fb887256e5d
parenta9d84ead56b40cb9cb5b4efe8709528f12b81e2e
doc: rewrite shell scripts in Python

Shell used in documentation generation could not run on Windows.
Rewrite scripts in Python.
New scripts use proper path separators and handle paths with spaces.

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Reviewed-by: Bruce Richardson <bruce.richardson@intel.com>
doc/api/generate_doxygen.py [new file with mode: 0644]
doc/api/generate_doxygen.sh [deleted file]
doc/api/generate_examples.py [new file with mode: 0644]
doc/api/generate_examples.sh [deleted file]
doc/api/meson.build