summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-11-03 17:45:14 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 09:37:11 +0000
commit62c639f367c887d5c00cc5c3bf45a3099be24a59 (patch)
treee88056ad98265a81ef4d914021abff9600880bd8 /Makefile
parentInstalling README.txt into documentation directory. (diff)
downloadservice-tools-62c639f367c887d5c00cc5c3bf45a3099be24a59.tar.xz
service-tools-62c639f367c887d5c00cc5c3bf45a3099be24a59.zip
Installing all generic text files as documentation.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b564e2..13144ac 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ build: share/man/*.txt
install: build
mkdir -p $(DESTDIR)/usr/share/doc/$(SOFTWARE)
- cp -a README.txt $(DESTDIR)/usr/share/doc/$(SOFTWARE)
+ cp -a CHANGELOG.txt LICENSE.txt README.txt $(DESTDIR)/usr/share/doc/$(SOFTWARE)
mkdir -p $(DESTDIR)/usr/share/$(SOFTWARE)
cp -a build/* $(DESTDIR)/usr/share/$(SOFTWARE)