summaryrefslogtreecommitdiff
path: root/util/mm-common-get.in
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2021-08-16 18:35:55 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2021-08-16 18:35:55 +0200
commitb022a2ea6694b7b7f2116836945f8fb79db3227e (patch)
tree2b09592591cba2f5a46f6e0910208e9c4901c9ba /util/mm-common-get.in
parent43e37bd7591c7df340191c1f9c8aafd17751aa0b (diff)
downloadmm-common-b022a2ea6694b7b7f2116836945f8fb79db3227e.tar.gz
Add doc_postprocess.py and doc_install.py
Generating documentation does not require Perl in Meson builds. util/build_scripts/doc-reference.py calls doc_postprocess.py and doc_install.py instead of doc-postprocess.pl and doc-install.pl. The Perl scripts are kept. They are used in Autotools builds. mm-common-prepare still copies them.
Diffstat (limited to 'util/mm-common-get.in')
-rw-r--r--util/mm-common-get.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mm-common-get.in b/util/mm-common-get.in
index 8a21f02..e843dd8 100644
--- a/util/mm-common-get.in
+++ b/util/mm-common-get.in
@@ -53,7 +53,7 @@ for file in ['check-dllexport-usage.py', 'dist-build-scripts.py', 'dist-changelo
print(progname + ': putting documentation utilities in ' + doctooldir)
os.makedirs(doctooldir, exist_ok=True)
-for file in ['doc-install.pl', 'doc-postprocess.pl',
+for file in ['doc_install.py', 'doc_postprocess.py',
'doxygen.css', 'doxygen-extra.css', 'tagfile-to-devhelp2.xsl']:
src_file = os.path.join(pkgdatadir, 'doctool', file)
dest_file = os.path.join(doctooldir, file)