]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: drop HTML4 variants of rst2html
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 25 Sep 2020 09:37:30 +0000 (10:37 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 25 Sep 2020 14:38:06 +0000 (15:38 +0100)
We stopped supporting Ubuntu 16.04 earlier in the year in:

  commit 57e9f3a7e02988432c8c6790cb058b2b5372821b
  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>
meson.build

index bc520798097374c5acc37177a08d3ea4121d4ba0..2e57a435dfa2c9181bd146b0e51078b877730764 100644 (file)
@@ -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']},
 ]