summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index dfe14fe73..87472ee41 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ test.shell:
utils/lib_install.sh \
utils/lib_nvm.sh \
utils/lib_static.sh \
+ utils/lib_go.sh \
utils/filtron.sh \
utils/searx.sh \
utils/morty.sh \
@@ -97,21 +98,10 @@ PHONY += $(MANAGE)
$(MANAGE):
$(Q)$(MTOOLS) $@
-# deprecated
+# short hands of selected targets
-PHONY += docs docs-clean docs-live docker themes
+PHONY += docs docker themes
docs: docs.html
- $(Q)./manage build_msg WARN $@ is deprecated use docs.html
-
-docs-clean: docs.clean
- $(Q)./manage build_msg WARN $@ is deprecated use docs.clean
-
-docs-live: docs.live
- $(Q)./manage build_msg WARN $@ is deprecated use docs.live
-
docker: docker.build
- $(Q)./manage build_msg WARN $@ is deprecated use docker.build
-
themes: themes.all
- $(Q)./manage build_msg WARN $@ is deprecated use themes.all