Permalink
Browse files

Merge pull request #3587 from junshi15/distribute_proto

Include proto definition in distribute dir
  • Loading branch information...
2 parents eac9dd8 + 1954f0f commit 2ef584785c8ade90260eb117f189146364494183 @shelhamer shelhamer committed Jan 30, 2016
Showing with 2 additions and 0 deletions.
  1. +2 −0 Makefile
View
@@ -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

0 comments on commit 2ef5847

Please sign in to comment.