|
@@ -34,7 +34,8 @@ clean::
|
|
|
installheaders::
|
|
|
mkdir -p $(HEADER_DIR)/c++/v1/ext
|
|
|
(cd $(SRCDIRS)/include && \
|
|
|
- tar cf - --exclude=support --exclude=CMakeLists.txt .) | \
|
|
|
+ tar cf - --exclude=".*" --exclude=support \
|
|
|
+ --exclude=CMakeLists.txt *) | \
|
|
|
(cd $(HEADER_DIR)/c++/v1 && tar xf -)
|
|
|
chmod 755 $(HEADER_DIR)/c++/v1
|
|
|
chmod 644 $(HEADER_DIR)/c++/v1/*
|