Skip to content

Commit 326c02d

Browse files
authored
Fix help in Makefile (#1933)
1 parent 4eb9d30 commit 326c02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ clean: ## Clean docs build directory
3030
cd $(DOCS_DIR) && rm -rf $(BUILDDIR)/
3131

3232
.PHONY: distclean
33-
distclean: clean ## Clean docs build directory, Python virtual environment, and symlinks
33+
distclean: clean ## Clean Python virtual environment and symlinks to submodules
3434
rm -rf venv
3535
rm docs/plone.api
3636
rm docs/plone.restapi
3737
rm docs/volto
38-
@echo "Cleaned docs build directory, Python virtual environment, and symlinks."
38+
@echo "Cleaned Python virtual environment and symlinks to submodules."
3939
@echo
4040

4141
venv/bin/python: ## Setup up Python virtual environment and install requirements

0 commit comments

Comments
 (0)