diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-03 17:02:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-06 08:33:47 +0000 |
commit | 2ab3c287108ac70389a69d2de168ead4e219d604 (patch) | |
tree | 8c88c47c44879d35e6e0f52bb9a52c3bcbf5eb47 /Makefile | |
parent | Replacing README.txt with a copy of container-tools.7 manpage. (diff) | |
download | compute-tools-2ab3c287108ac70389a69d2de168ead4e219d604.tar.xz compute-tools-2ab3c287108ac70389a69d2de168ead4e219d604.zip |
Installing README.txt into documentation directory.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,8 +75,8 @@ install: build cp -r share/sudo/* $(DESTDIR)/etc/sudoers.d chmod 0440 $(DESTDIR)/etc/sudoers.d/* - mkdir -p $(DESTDIR)/usr/share/doc - cp -r share/doc $(DESTDIR)/usr/share/doc/$(SOFTWARE) + mkdir -p $(DESTDIR)/usr/share/doc/$(SOFTWARE) + cp -r README.txt share/doc/* $(DESTDIR)/usr/share/doc/$(SOFTWARE) for SECTION in $$(seq 1 8); \ do \ |