From 9ca4dd1a68aedfc515f70399e144f9493d0e118c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr> Date: Tue, 5 Apr 2022 14:37:28 +0200 Subject: [PATCH] [ivette] fix doc url --- ivette/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ivette/Makefile b/ivette/Makefile index 2a169d38b7c..f8a687fff4e 100644 --- a/ivette/Makefile +++ b/ivette/Makefile @@ -162,7 +162,9 @@ doc: $(NODEBIN)/typedoc icons @rm -fr doc/html @yarn run typedoc $(DOCFILES) @echo "\n[Ivette] main page" - @echo " file://$(PWD)/doc/html/index.html" + @echo "" + @echo " file://$(PWD)/ivette/doc/html/index.html" + @echo "" $(NODEBIN)/%: @echo "[Node] install package $*" -- GitLab