mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Remove ngdocs on 'make clean'
This commit is contained in:
1
Makefile
1
Makefile
@@ -48,6 +48,7 @@ clean:
|
|||||||
rm -rf build rpm-build *.egg-info
|
rm -rf build rpm-build *.egg-info
|
||||||
rm -rf debian deb-build
|
rm -rf debian deb-build
|
||||||
rm -f awx/ui/static/{js,css}/awx*.{js,css}
|
rm -f awx/ui/static/{js,css}/awx*.{js,css}
|
||||||
|
rm -rf awx/ui/static/docs
|
||||||
rm -rf node_modules package.json Gruntfile.js bower.json
|
rm -rf node_modules package.json Gruntfile.js bower.json
|
||||||
find . -type f -regex ".*\.py[co]$$" -delete
|
find . -type f -regex ".*\.py[co]$$" -delete
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user