From 2ab3c287108ac70389a69d2de168ead4e219d604 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 3 Nov 2016 18:02:27 +0100 Subject: Installing README.txt into documentation directory. Signed-off-by: Daniel Baumann --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5430df2..399379b 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3