From b26c1531b6a8a275ed823ebdc0633209cd7b55f3 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Sun, 29 Sep 2024 18:25:30 +0100 Subject: [PATCH] docs: update command --- docs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 0e6fd7be1..4b11f7f88 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -26,12 +26,15 @@ setupenv: .PHONY: setup setup: $(POETRY) install - $(POETRY) update cd .. && doxygen Doxyfile.in @if [ ! -d "$(SOURCEDIR)" ]; then mkdir -p "$(SOURCEDIR)"; fi cp -RL source/* $(SOURCEDIR) cd $(SOURCEDIR) && find . -name README.md -execdir mv '{}' index.md ';' +.PHONY: update +update: + $(POETRY) update + # Clean commands .PHONY: pristine pristine: clean