From e1b4c29df9b61640dc501992d57ca2635de516b6 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Thu, 7 Dec 2023 22:43:11 -0500 Subject: [PATCH] Ensure tabs in Makefile --- doc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index aabd1958eb..d81f3c4435 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -177,10 +177,10 @@ doctest: "results in $(BUILDDIR)/doctest/output.txt." coverage: - mkdir -p $(BUILDDIR) - python3 -m coverxygen --xml-dir doxy*/xml --src-dir .. --format json-summary --output $(BUILDDIR)/doc-coverage.json - @echo "Testing of coverage in the sources finished, look at the " \ - "results in $(BUILDDIR)/doc-coverage.json." + mkdir -p $(BUILDDIR) + python3 -m coverxygen --xml-dir doxy*/xml --src-dir .. --format json-summary --output $(BUILDDIR)/doc-coverage.json + @echo "Testing of coverage in the sources finished, look at the " \ + "results in $(BUILDDIR)/doc-coverage.json." xml: $(SPHINXBUILD) -b xml $(ALLSPHINXOPTS) $(BUILDDIR)/xml