aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-05-26 14:52:25 +0200
committerSam James <sam@gentoo.org>2023-05-26 14:34:46 +0100
commit7e86c02b67589976534c563686ae923353755d97 (patch)
tree6702366cc57107ddbb663954173cc7a95337eafb
parentMakefile.gpyutils: give up on 3.12 graphs for now (diff)
downloadqa-scripts-7e86c02b67589976534c563686ae923353755d97.tar.gz
qa-scripts-7e86c02b67589976534c563686ae923353755d97.tar.bz2
qa-scripts-7e86c02b67589976534c563686ae923353755d97.zip
Makefile.gpyutils: enable .dot file for 3.12
The .dot file can be useful as it provides detailed graphical information, even when a final .svg has not been generated. This could be beneficial for anyone who wants to access this information without having to generate the complete .svg. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/qa-scripts/pull/2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--Makefile.gpyutils2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index 77fa182..cb228c7 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -19,7 +19,7 @@ upgr_txt = $(upgr_base) $(upgr_streq)
upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt))
upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot))
# add new impls here if not stable yet, to avoid insanely huge generation times
-upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg) $(outdir)/311-to-312.txt
+upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg) $(outdir)/311-to-312.txt $(outdir)/311-to-312.dot
all = $(upgr_all)