mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fixed cleaning docsite
This commit is contained in:
2
Makefile
2
Makefile
@@ -165,6 +165,8 @@ clean:
|
|||||||
@echo "Cleaning up authors file"
|
@echo "Cleaning up authors file"
|
||||||
rm -f AUTHORS.TXT
|
rm -f AUTHORS.TXT
|
||||||
find . -type f -name '*.pyc' -delete
|
find . -type f -name '*.pyc' -delete
|
||||||
|
@echo "Cleaning up docsite"
|
||||||
|
$(MAKE) -C docs/docsite clean
|
||||||
|
|
||||||
python:
|
python:
|
||||||
$(PYTHON) setup.py build
|
$(PYTHON) setup.py build
|
||||||
|
|||||||
Reference in New Issue
Block a user