Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c5cb3094 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Add librobotcontrol & submodule commands

parent 3b0ad96b
1 merge request!68Update License Terms grid
...@@ -12,7 +12,14 @@ BUILDDIR = _build ...@@ -12,7 +12,14 @@ BUILDDIR = _build
help: help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: help Makefile submodule:
git submodule update --init
git pull
librobotcontrol:
cd projects/librobotcontrol/docs/ ; doxygen
.PHONY: help Makefile submodule librobotcontrol
# Catch-all target: route all unknown targets to Sphinx using the new # Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment