Skip to content

Commit

Permalink
Merge pull request #99 from dgarcia360/fix-update-command
Browse files Browse the repository at this point in the history
docs: update command
  • Loading branch information
Lorak-mmk authored Oct 1, 2024
2 parents ddbb3f6 + b26c153 commit cd1f10b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd1f10b

Please sign in to comment.