Remove ngdocs on 'make clean'

This commit is contained in:
James Laska 2014-08-28 12:12:04 -04:00
parent 5fe92d8013
commit 116e1db2a8

View File

@ -48,6 +48,7 @@ clean:
rm -rf build rpm-build *.egg-info
rm -rf debian deb-build
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
find . -type f -regex ".*\.py[co]$$" -delete