summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHao Liu <haoli@redhat.com>2023-03-16 19:06:10 +0100
committerHao Liu <haoli@redhat.com>2023-03-17 04:37:30 +0100
commitae0d86868136ad82811352d6b2bc6ab55222b44f (patch)
tree492b13256ee2de850e03b6085a176a91bc85b30d /Makefile
parentRefine UI_NEXT Makefile and update README (diff)
downloadawx-ae0d86868136ad82811352d6b2bc6ab55222b44f.tar.xz
awx-ae0d86868136ad82811352d6b2bc6ab55222b44f.zip
make dev-env test pass
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 9f428ce6d0..e3d4d5c1f1 100644
--- a/Makefile
+++ b/Makefile
@@ -420,7 +420,7 @@ ui-devel: awx/ui/node_modules
cp -r awx/ui/build/static/css/* /var/lib/awx/public/static/css; \
cp -r awx/ui/build/static/js/* /var/lib/awx/public/static/js; \
cp -r awx/ui/build/static/media/* /var/lib/awx/public/static/media; \
- fi
+ fi
ui-devel-instrumented: awx/ui/node_modules
$(NPM_BIN) --prefix awx/ui --loglevel warn run start-instrumented
@@ -655,13 +655,7 @@ help/generate:
{ lastLine = $$0 }' $(MAKEFILE_LIST) | sort -u
@printf "\n"
-## Display help for a specific target folder
-help/%:
- @make -s help MAKEFILE_LIST="$*/Makefile"
-
+## Display help for ui-next targets
help/ui-next:
@make -s help MAKEFILE_LIST="awx/ui_next/Makefile"
-## Display help for a specific target folder
-help/%/aliases:
- @make -s help/all MAKEFILE_LIST="$*/Makefile.aliases"