Skip to content

Commit

Permalink
copy proto to distribute directory
Browse files Browse the repository at this point in the history
  • Loading branch information
junshi15 committed Jan 22, 2016
1 parent 813c3c9 commit 1954f0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,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
Expand Down

0 comments on commit 1954f0f

Please sign in to comment.