mirror of https://gitee.com/openkylin/libvirt.git
meson: drop HTML4 variants of rst2html
We stopped supporting Ubuntu 16.04 earlier in the year in:
commit 57e9f3a7e0
Author: Daniel P. Berrangé <berrange@redhat.com>
Date: Mon May 4 13:06:56 2020 +0100
gitlab: update list of distros to use latest versions
So there is no reason to keep the HTML4 variants of rst2html around.
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
f4e3beaffd
commit
76356ea760
|
@ -898,8 +898,7 @@ required_programs = [
|
|||
|
||||
required_programs_groups = [
|
||||
{'name':'rpcgen', 'prog':['rpcgen', 'portable-rpcgen']},
|
||||
# Drop the rst2html (aka HTML4) variants once we stop supporting Ubuntu 16.04 (Xenial)
|
||||
{'name':'rst2html', 'prog':['rst2html5', 'rst2html5.py', 'rst2html5-3', 'rst2html', 'rst2html.py', 'rst2html-3']},
|
||||
{'name':'rst2html', 'prog':['rst2html5', 'rst2html5.py', 'rst2html5-3']},
|
||||
{'name':'rst2man', 'prog':['rst2man', 'rst2man.py', 'rst2man-3']},
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue