aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-18 13:06:34 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-18 13:06:34 +0200
commit1cbae2297bfd407836777717193602def7b07aa5 (patch)
tree56fe54952a6ebf85b72d2b2b0b2ba66f2a636b2a /Makefile.gpyutils
parentConvert dev WoT to .svg (diff)
downloadqa-scripts-1cbae2297bfd407836777717193602def7b07aa5.tar.gz
qa-scripts-1cbae2297bfd407836777717193602def7b07aa5.tar.bz2
qa-scripts-1cbae2297bfd407836777717193602def7b07aa5.zip
gpyutils: Reenable 3.6→3.7 graphs
Diffstat (limited to 'Makefile.gpyutils')
-rw-r--r--Makefile.gpyutils4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index aa9d76d..525057e 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -79,10 +79,6 @@ $(outdir)/missing-meta.txt: $(timestamp)
gpy-find-missing-meta > $@.new
mv $@.new $@
-# temporarily disable it; the graph is too big
-$(outdir)/36-to-37.svg:
- touch $@
-
%.dot: %.txt
gpy-depgraph -m python@gentoo.org $< > $@.new
mv $@.new $@