Skip to content

Commit

Permalink
Ensure tabs in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 8, 2023
1 parent d0f557e commit e1b4c29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1b4c29

Please sign in to comment.