summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-04-10 22:07:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-04-10 22:07:56 +0000
commitc942987a96449cc168c1b50397680c73998932ab (patch)
tree4c1e385f4a2529f50802b12155aa1db113474a64 /Makefile
parentAdding debian version 20170405-1. (diff)
downloadopen-infrastructure-storage-tools-c942987a96449cc168c1b50397680c73998932ab.tar.xz
open-infrastructure-storage-tools-c942987a96449cc168c1b50397680c73998932ab.zip
Merging upstream version 20170410.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c150a59..c73b61e 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ install: build
cp -r share/ceph-info $(DESTDIR)/usr/share/$(SOFTWARE)
mkdir -p $(DESTDIR)/usr/share/doc/$(SOFTWARE)
- cp -r CHANGELOG.txt LICENSE.txt README.txt $(DESTDIR)/usr/share/doc/$(SOFTWARE)
+ cp -r CHANGELOG.txt LICENSE.txt README.txt share/doc/* $(DESTDIR)/usr/share/doc/$(SOFTWARE)
mkdir -p $(DESTDIR)/etc/apache2/conf-available
cp -a share/apache/conf/* $(DESTDIR)/etc/apache2/conf-available