From 7018feb6e0873c6f360f7418461328637a880a44 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 29 Aug 2019 07:51:06 +0200 Subject: gpyutils: Stop producing cands.txt, replaced by CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- Makefile.gpyutils | 2 +- htdocs/index.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index 6b0b22c..15a4a12 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -15,7 +15,7 @@ upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt)) upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot)) upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg) -all = $(upgr_all) $(outdir)/cands.txt +all = $(upgr_all) all: $(all) diff --git a/htdocs/index.html b/htdocs/index.html index 85e6c8a..bbb4e86 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -99,7 +99,6 @@ Py3.6 → 3.7 stabilizations - Packages missing python*-r1 eclass
-- cgit v1.2.3-65-gdbad