Skip to content
Snippets Groups Projects
Commit c7b4a244 authored by Jakub Judiny's avatar Jakub Judiny
Browse files

Remove docs-view from Makefile

(Redmine issue: #7632)
parent 7cbfd4ab
No related branches found
No related tags found
No related merge requests found
......@@ -460,10 +460,6 @@ docs-sphinx: FORCE
@cd $(DIR_DOC)/sphinx && make html
@echo ""
docs-view: FORCE
@echo "\n$(GREEN)*** Displaying project documentation ***$(NC)\n"
@x-www-browser $(DIR_DOC)/sphinx/_build/html/manual.html
presentations: FORCE
@echo "\n$(GREEN)*** Generating project presentations ***$(NC)\n"
@for presdir in $(DIR_DOC)/presentations/*; do \
......
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