We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb9d30 commit 326c02dCopy full SHA for 326c02d
Makefile
@@ -30,12 +30,12 @@ clean: ## Clean docs build directory
30
cd $(DOCS_DIR) && rm -rf $(BUILDDIR)/
31
32
.PHONY: distclean
33
-distclean: clean ## Clean docs build directory, Python virtual environment, and symlinks
+distclean: clean ## Clean Python virtual environment and symlinks to submodules
34
rm -rf venv
35
rm docs/plone.api
36
rm docs/plone.restapi
37
rm docs/volto
38
- @echo "Cleaned docs build directory, Python virtual environment, and symlinks."
+ @echo "Cleaned Python virtual environment and symlinks to submodules."
39
@echo
40
41
venv/bin/python: ## Setup up Python virtual environment and install requirements
0 commit comments