Commit 2ef58478 authored by Evan Shelhamer's avatar Evan Shelhamer
Browse files

Merge pull request #3587 from junshi15/distribute_proto

Include proto definition in distribute dir
Showing with 2 additions and 0 deletions
+2 -0
......@@ -662,6 +662,8 @@ superclean: clean supercleanfiles
$(DIST_ALIASES): $(DISTRIBUTE_DIR)
$(DISTRIBUTE_DIR): all py | $(DISTRIBUTE_SUBDIRS)
# add proto
cp -r src/caffe/proto $(DISTRIBUTE_DIR)/
# add include
cp -r include $(DISTRIBUTE_DIR)/
mkdir -p $(DISTRIBUTE_DIR)/include/caffe/proto
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment