From c7e1928a63c45674951ce88d13b2e6d9632647f4 Mon Sep 17 00:00:00 2001 From: Vatan Aksoy Tezer Date: Tue, 24 May 2022 17:31:50 +0300 Subject: [PATCH] Make humble default page (#378) (cherry picked from commit 480e07d9c1bf124ed08740ceed8dd6113302f97d) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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