diff --git a/makefile b/makefile index aa5a9447399..2363eb2602e 100644 --- a/makefile +++ b/makefile @@ -43,7 +43,12 @@ sync_chunked : submodules/chunked_requests sync_refs : submodules/graph_reference @echo "" @echo "Syncing graph_reference directories" - rsync -r submodules/graph_reference plotly/ + rm -r plotly/graph_reference + mkdir plotly/graph_reference + cp submodules/graph_reference/graph_objs_meta.json plotly/graph_reference + cp submodules/graph_reference/KEY_TO_NAME.json plotly/graph_reference + cp submodules/graph_reference/NAME_TO_KEY.json plotly/graph_reference + cp submodules/graph_reference/OBJ_MAP.json plotly/graph_reference pull_refs : submodules/graph_reference @echo ""