commit: 7e86c02b67589976534c563686ae923353755d97 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Fri May 26 12:52:25 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 26 13:34:46 2023 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=7e86c02b
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 <AT> atlas.cz> Closes: https://github.com/gentoo/qa-scripts/pull/2 Signed-off-by: Sam James <sam <AT> gentoo.org> Makefile.gpyutils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)