mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Correct make target name
This commit is contained in:
6
Makefile
6
Makefile
@@ -48,7 +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 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
|
||||||
|
|
||||||
# Fetch from origin, rebase local commits on top of origin commits.
|
# Fetch from origin, rebase local commits on top of origin commits.
|
||||||
@@ -178,7 +178,7 @@ test_tox:
|
|||||||
test_jenkins:
|
test_jenkins:
|
||||||
$(PYTHON) manage.py jenkins -v2
|
$(PYTHON) manage.py jenkins -v2
|
||||||
|
|
||||||
GruntFile.js:
|
Gruntfile.js:
|
||||||
cp packaging/grunt/$@ $@
|
cp packaging/grunt/$@ $@
|
||||||
|
|
||||||
bower.json:
|
bower.json:
|
||||||
@@ -188,7 +188,7 @@ package.json:
|
|||||||
sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' packaging/grunt/package.template > $@
|
sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' packaging/grunt/package.template > $@
|
||||||
|
|
||||||
# Update local npm install
|
# Update local npm install
|
||||||
node_modules: GruntFile.js bower.json package.json
|
node_modules: Gruntfile.js bower.json package.json
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
# Build minified JS/CSS.
|
# Build minified JS/CSS.
|
||||||
|
|||||||
Reference in New Issue
Block a user