From 9c23b8ea7522186048f22cb83d64d07a26bd2f9f Mon Sep 17 00:00:00 2001 From: Trevor Keller Date: Mon, 18 Sep 2023 17:07:56 -0400 Subject: [PATCH] Canonicalize HTML docs target name --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index e961cbd..a2bcfaf 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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