6
6
7
7
setup_subs :
8
8
@echo " Deleting old submodule locations, if they exist"
9
- rm -rf plotly/graph_reference
10
9
rm -rf plotly/mplexporter
11
10
rm -rf plotly/chunked_requests
12
11
rm -rf plotly/plotly/chunked_requests
@@ -31,11 +30,11 @@ install : sync_subs
31
30
@echo " Installing Python API with make"
32
31
python setup.py install
33
32
34
- sync_subs : sync_mpl sync_chunked sync_refs
33
+ sync_subs : sync_mpl sync_chunked
35
34
@echo " "
36
35
@echo " Submodules synced"
37
36
38
- pull_subs : pull_mpl pull_chunked pull_refs
37
+ pull_subs : pull_mpl pull_chunked
39
38
@echo " "
40
39
@echo " Submodules pulled"
41
40
@@ -49,21 +48,6 @@ sync_chunked : submodules/chunked_requests
49
48
@echo " Syncing chunked_requests directories"
50
49
rsync -r submodules/chunked_requests/chunked_requests plotly/plotly/
51
50
52
- sync_refs : submodules/graph_reference
53
- @echo " "
54
- @echo " Syncing graph_reference directories"
55
- rm -rf plotly/graph_reference
56
- mkdir plotly/graph_reference
57
- cp submodules/graph_reference/graph_objs/python/graph_objs_meta.json plotly/graph_reference
58
- cp submodules/graph_reference/graph_objs/python/KEY_TO_NAME.json plotly/graph_reference
59
- cp submodules/graph_reference/graph_objs/python/NAME_TO_KEY.json plotly/graph_reference
60
- cp submodules/graph_reference/graph_objs/python/OBJ_MAP.json plotly/graph_reference
61
-
62
- pull_refs : submodules/graph_reference
63
- @echo " "
64
- @echo " Pulling down updates from graph_reference"
65
- cd submodules/graph_reference; git pull origin master
66
-
67
51
pull_mpl : submodules/mplexporter
68
52
@echo " "
69
53
@echo " Pulling down updates from mplexporter"
0 commit comments