diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2022-09-21 10:33:12 +0200 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2022-09-21 10:33:12 +0200 |
commit | cf66f63fe026a7fb8e101c8549fb8a88635a84d6 (patch) | |
tree | be97002d5328ac662315271a2700053faf1471c0 /untracked | |
parent | 9753bef96e5561c0259b51f14dba367b79dfb945 (diff) |
meson.build: Check if Perl is required for building documentation
New versions of mm-common use the Python scripts doc_postprocess.py
and doc_install.py instead of the Perl scripts doc-postprocess.pl and
doc-install.pl when documentation is built.
Diffstat (limited to 'untracked')
-rw-r--r-- | untracked/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/untracked/README b/untracked/README index 4b9fc8a..c1e4850 100644 --- a/untracked/README +++ b/untracked/README @@ -15,8 +15,8 @@ or the tarball is created with Meson. 1. Files copied by mm-common-get -------------------------------- -untracked/docs/doc-install.pl - doc-postprocess.pl +untracked/docs/doc_install.py or doc-install.pl + doc_postprocess.py or doc-postprocess.pl doxygen-extra.css tagfile-to-devhelp2.xsl untracked/build_scripts/dist-build-scripts.py |