From 1954f0f76eb9129c8bf9f34814750dbd5b5e46c9 Mon Sep 17 00:00:00 2001 From: Jun Shi Date: Fri, 22 Jan 2016 05:09:21 -0800 Subject: [PATCH] copy proto to distribute directory --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 985fffd6c0b..5a6e74f617f 100644 --- a/Makefile +++ b/Makefile @@ -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