summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-11-27 19:32:45 +0100
committerAlexandre Flament <alex@al-f.net>2020-11-27 19:40:04 +0100
commitb4b81a5e1a74f03926e3c2e6f8c5fade99f7eabb (patch)
treef72272f8c132759a2e792765632352a38007d1ba /Makefile
parent1cfe7f2a7543b2994a1afd0d81da1962d04423b0 (diff)
[enh] settings.yml: add use_default_settings option (2nd version)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 1 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index 94309cefe..29faaeefa 100644
--- a/Makefile
+++ b/Makefile
@@ -266,19 +266,4 @@ test.clean:
travis.codecov:
$(Q)$(PY_ENV_BIN)/python -m pip install codecov
-
-# user-settings
-# -------------
-
-PHONY += user-settings.create user-settings.update
-
-user-settings.update: pyenvinstall
- $(Q)$(PY_ENV_ACT); pip install ruamel.yaml
- $(Q)$(PY_ENV_ACT); python utils/update_user_settings.py ${SEARX_SETTINGS_PATH}
-
-user-settings.update.engines: pyenvinstall
- $(Q)$(PY_ENV_ACT); pip install ruamel.yaml
- $(Q)$(PY_ENV_ACT); python utils/update_user_settings.py --add-engines ${SEARX_SETTINGS_PATH}
-
-
-.PHONY: $(PHONY) \ No newline at end of file
+.PHONY: $(PHONY)