29acccc
From f983df44870b602179b493f9c3d113753b378e27 Mon Sep 17 00:00:00 2001
29acccc
From: Michael Biebl <biebl@debian.org>
29acccc
Date: Sun, 17 Sep 2017 12:52:39 +0200
29acccc
Subject: [PATCH 07/11] man: add missing bshell.1 symlink
29acccc
29acccc
The bshell binary is missing a symlink to its manual page. It should be
29acccc
symlinked to the man page for bssh, just like how the bvnc man page is.
29acccc
29acccc
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655190
29acccc
---
29acccc
 man/Makefile.am | 3 ++-
29acccc
 1 file changed, 2 insertions(+), 1 deletion(-)
29acccc
29acccc
diff --git a/man/Makefile.am b/man/Makefile.am
29acccc
index d38267c..77a27bd 100644
29acccc
--- a/man/Makefile.am
29acccc
+++ b/man/Makefile.am
29acccc
@@ -137,12 +137,13 @@ BSSH_LN =
29acccc
 if HAVE_GTK
29acccc
 if HAVE_GLIB
29acccc
 BSSH_LN += $(LN_S) bssh.1 bvnc.1 &&
29acccc
+BSSH_LN += $(LN_S) bssh.1 bshell.1 &&
29acccc
 endif
29acccc
 endif
29acccc
 install-exec-local:
29acccc
 	mkdir -p $(DESTDIR)/$(mandir)/man1 && \
29acccc
 		cd $(DESTDIR)/$(mandir)/man1 && \
29acccc
-		rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 && \
29acccc
+		rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 bshell.1 && \
29acccc
 		$(BSSH_LN) \
29acccc
 		$(LN_S) avahi-resolve.1 avahi-resolve-host-name.1 && \
29acccc
 		$(LN_S) avahi-resolve.1 avahi-resolve-address.1 && \
29acccc
-- 
29acccc
2.25.2
29acccc