Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
Browse files Browse the repository at this point in the history
  • Loading branch information
return42 committed Mar 4, 2020
2 parents 3cb7dae + a5d3585 commit 9f1cb7a
Show file tree
Hide file tree
Showing 10 changed files with 28,396 additions and 27,532 deletions.
13 changes: 13 additions & 0 deletions Makefile
Expand Up @@ -25,6 +25,7 @@ help:
@echo ' uninstall - uninstall (./local)'
@echo ' gh-pages - build docs & deploy on gh-pages branch'
@echo ' clean - drop builds and environments'
@echo ' project - re-build generic files of the searx project'
@echo ''
@echo 'environment'
@echo ' SEARX_URL = $(SEARX_URL)'
Expand Down Expand Up @@ -78,6 +79,18 @@ prebuild-includes:
$(GH_PAGES)::
@echo "doc available at --> $(DOCS_URL)"

# update project files
# --------------------

PHONY += project engines-languages

project: searx/data/engines_languages.json

searx/data/engines_languages.json: pyenvinstall
$(PY_ENV_ACT); python utils/fetch_languages.py
mv engines_languages.json searx/data/engines_languages.json
mv languages.py searx/languages.py

# test
# ----

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Expand Up @@ -5,6 +5,7 @@ mock==2.0.0
nose2[coverage_plugin]
cov-core==1.15.0
pep8==1.7.0
pylint
plone.testing==5.0.0
splinter==0.11.0
transifex-client==0.12.2
Expand Down

0 comments on commit 9f1cb7a

Please sign in to comment.