From 030fdd00abcece474ce2b2eb060f230738a944ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 12 Mar 2016 07:18:35 +0100 Subject: Adding container-shell program. Signed-off-by: Daniel Baumann --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dafd581..d934242 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,7 @@ install: build done ln -s container.1 $(DESTDIR)/usr/share/man/man1/cnt.1 + ln -s container-shell.1 $(DESTDIR)/usr/share/man/man1/cntsh.1 uninstall: for SECTION in $$(seq 1 8); \ @@ -89,6 +90,7 @@ uninstall: done rm -f $(DESTDIR)/usr/share/man/man1/cnt.1 + rm -f $(DESTDIR)/usr/share/man/man1/cntsh.1 rm -rf $(DESTDIR)/usr/share/$(SOFTWARE) rmdir --ignore-fail-on-non-empty --parents $(DESTDIR)/usr/share || true -- cgit v1.2.3