Skip to content

Commit

Permalink
Break dependency on doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer authored Sep 20, 2023
1 parent 0ef48e3 commit f245949
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ _build/latex/hiperc.tex:
_build/latex/hiperc.pdf: _build/latex/hiperc.tex
latexmk -cd $<

_build/html/index.html: _build/latex/hiperc.pdf
_build/html/indexy.html: _build/latex/hiperc.pdf
sphinx-build -b html . _build

_build/html/index.html:
sphinx-build -b html . _build

.PHONY: clean html pdf
Expand Down

0 comments on commit f245949

Please sign in to comment.