Skip to content

Commit

Permalink
Canonicalize HTML docs target name
Browse files Browse the repository at this point in the history
  • Loading branch information
tkphd committed Sep 18, 2023
1 parent a62eccf commit 9c23b8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ tex: dox
pdf: tex
cp latex/refman.pdf hiperc_guide.pdf

.PHONY: sphinx
sphinx: dox
.PHONY: html
html: dox
$(SPHINX) -b html . _build

.PHONY: clean
Expand Down

0 comments on commit 9c23b8e

Please sign in to comment.