Skip to content

Commit 62623a5

Browse files
committed
update make sync_refs to new graph_reference/ structure
1 parent 72df9f0 commit 62623a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ sync_chunked : submodules/chunked_requests
4343
sync_refs : submodules/graph_reference
4444
@echo ""
4545
@echo "Syncing graph_reference directories"
46-
rm -r plotly/graph_reference
46+
rm -rf plotly/graph_reference
4747
mkdir plotly/graph_reference
48-
cp submodules/graph_reference/graph_objs_meta.json plotly/graph_reference
49-
cp submodules/graph_reference/KEY_TO_NAME.json plotly/graph_reference
50-
cp submodules/graph_reference/NAME_TO_KEY.json plotly/graph_reference
51-
cp submodules/graph_reference/OBJ_MAP.json plotly/graph_reference
48+
cp submodules/graph_reference/graph_objs/python/graph_objs_meta.json plotly/graph_reference
49+
cp submodules/graph_reference/graph_objs/python/KEY_TO_NAME.json plotly/graph_reference
50+
cp submodules/graph_reference/graph_objs/python/NAME_TO_KEY.json plotly/graph_reference
51+
cp submodules/graph_reference/graph_objs/python/OBJ_MAP.json plotly/graph_reference
5252

5353
pull_refs : submodules/graph_reference
5454
@echo ""

0 commit comments

Comments
 (0)