From 53ef91e6ee26d543220cd85d3406cc2c16d80a15 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Wed, 20 Sep 2023 15:31:19 -0400 Subject: [PATCH] Re-enable doxygen --- doc/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 8d2bc27..28494b7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -9,10 +9,7 @@ _build/latex/hiperc.tex: _build/latex/hiperc.pdf: _build/latex/hiperc.tex latexmk -cd $< -_build/html/indexy.html: _build/latex/hiperc.pdf - sphinx-build -M html . _build - -_build/html/index.html: +_build/html/index.html: _build/latex/hiperc.pdf sphinx-build -M html . _build .PHONY: clean html pdf