From 76356ea7600ba9815fb942c1e852b5c76364b936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 25 Sep 2020 10:37:30 +0100 Subject: [PATCH] meson: drop HTML4 variants of rst2html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We stopped supporting Ubuntu 16.04 earlier in the year in: commit 57e9f3a7e02988432c8c6790cb058b2b5372821b Author: Daniel P. Berrangé 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 Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index bc52079809..2e57a435df 100644 --- a/meson.build +++ b/meson.build @@ -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']}, ]