commit: 1cbae2297bfd407836777717193602def7b07aa5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 11:06:34 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 11:06:34 2018 +0000
URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=1cbae229
gpyutils: Reenable 3.6→3.7 graphs
Makefile.gpyutils | 4 ----
1 file changed, 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 > [email protected]
mv [email protected] $@
-# temporarily disable it; the graph is too big
-$(outdir)/36-to-37.svg:
- touch $@
-
%.dot: %.txt
gpy-depgraph -m [email protected] $< > [email protected]
mv [email protected] $@