summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-04-10 22:07:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-04-10 22:07:25 +0000
commit68020a27f8936e5d2fb2aa70efa572d0c65b55a8 (patch)
treea4905e61caef9cae11c39f6b46df0e5e69947ea7 /Makefile
parentAdding upstream version 20170405. (diff)
downloadopen-infrastructure-storage-tools-68020a27f8936e5d2fb2aa70efa572d0c65b55a8.tar.xz
open-infrastructure-storage-tools-68020a27f8936e5d2fb2aa70efa572d0c65b55a8.zip
Adding upstream version 20170410.upstream/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