diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-03 17:45:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-12-11 09:37:11 +0000 |
commit | 62c639f367c887d5c00cc5c3bf45a3099be24a59 (patch) | |
tree | e88056ad98265a81ef4d914021abff9600880bd8 | |
parent | Installing README.txt into documentation directory. (diff) | |
download | service-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 '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |