-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmakefile
More file actions
26 lines (20 loc) · 672 Bytes
/
makefile
File metadata and controls
26 lines (20 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
all : search_readme
search_readme :
@echo ""
less make_instructions.txt
update_js_search :
@echo "Install algoliasearch python package:"
pip install --upgrade algoliasearch
@echo "Updating js_docs search index"
python update_js_docs_search.py
update_python_search :
@echo "Updating python_docs index"
bundle exec jekyll algolia push --config _config_python_search.yml
update_r_search :
@echo "Updating r_docs index"
bundle exec jekyll algolia push --config _config_r_search.yml
update_ref_search :
@echo "Install algoliasearch python package:"
pip install --upgrade algoliasearch
@echo "Updating search for reference pages"
python update_ref_search.py