summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-11-17 08:43:18 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-11-17 09:04:48 +0100
commitc6cd69180d19e9ad93d37860346378665b4afb49 (patch)
tree7cac10062c8d5e171c1f9f30d1687f61eb26319f /Makefile
parent34aaac135baec5849220cdd9fe344d617b9aef7a (diff)
[mod] Makefile - remove targets marked as deprecated
Remove targets marked as deprecated and convert selected to short hands [1]. [1] https://github.com/searxng/searxng/pull/511#issuecomment-971324265 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index dfe14fe7..f2b0e3ba 100644
--- a/Makefile
+++ b/Makefile
@@ -97,21 +97,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