Skip to content
Snippets Groups Projects
Commit 9ca4dd1a authored by Loïc Correnson's avatar Loïc Correnson Committed by Andre Maroneze
Browse files

[ivette] fix doc url

parent 51345417
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,9 @@ doc: $(NODEBIN)/typedoc icons ...@@ -162,7 +162,9 @@ doc: $(NODEBIN)/typedoc icons
@rm -fr doc/html @rm -fr doc/html
@yarn run typedoc $(DOCFILES) @yarn run typedoc $(DOCFILES)
@echo "\n[Ivette] main page" @echo "\n[Ivette] main page"
@echo " file://$(PWD)/doc/html/index.html" @echo ""
@echo " file://$(PWD)/ivette/doc/html/index.html"
@echo ""
$(NODEBIN)/%: $(NODEBIN)/%:
@echo "[Node] install package $*" @echo "[Node] install package $*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment