aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.gpyutils')
-rw-r--r--Makefile.gpyutils4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 525057e..aa9d76d 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -79,6 +79,10 @@ $(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 $@