summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-03-02 10:05:49 +0100
committerGitHub <noreply@github.com>2021-03-02 10:05:49 +0100
commit87ac6df9fc558b36f8b598b23df0449ae0e584f0 (patch)
tree60e1a39a899555063dff71190a0dfd988eb9499b /Makefile
parente2fb50089219207f7e11bcfc049b48f2f4b9a6c8 (diff)
parentd48e2e7b0b31e03451105cd6f8714f1531dfded8 (diff)
Merge pull request #2611 from return42/google-scolar
[enh] google scholar - python implementation of the engine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbf5f94b8..4e451b7ca 100644
--- a/Makefile
+++ b/Makefile
@@ -195,7 +195,8 @@ PYLINT_FILES=\
searx/engines/google_videos.py \
searx/engines/google_images.py \
searx/engines/mediathekviewweb.py \
- utils/fetch_external_bangs.py
+ utils/fetch_external_bangs.py \
+ searx/engines/google_scholar.py
test.pylint: pyenvinstall
$(call cmd,pylint,$(PYLINT_FILES))