diff --git a/Makefile b/Makefile index 3a79346ddd..236dee70db 100644 --- a/Makefile +++ b/Makefile @@ -11,13 +11,13 @@ help: multiversion: Makefile sphinx-multiversion $(OPTS) "$(SOURCE)" build/html - @echo "
" > build/html/index.html + @echo "" > build/html/index.html multiversion-with-api: Makefile @echo Building multiversion with API @echo Step 1 of 4: Building multiversion sphinx-multiversion $(OPTS) "$(SOURCE)" build/html - @echo "" > build/html/index.html + @echo "" > build/html/index.html @echo Step 2 of 4: Clone MoveIt 2 Rolling and build API cd build/html/main && if cd moveit2; then git pull; else git clone https://github.com/ros-planning/moveit2 -b main && cd moveit2; fi && \ sed -i "s/HTML_EXTRA_STYLESHEET =.*/HTML_EXTRA_STYLESHEET = ..\/..\/..\/..\/theme.css/g" Doxyfile && DOXYGEN_OUTPUT_DIRECTORY="../api" doxygen && cd .. && rm -rf moveit2