From b122acb422564aa6da34cafb9b961d83278e29e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Tue, 8 Jul 2025 11:23:14 +0200 Subject: [PATCH] iucvterm: Install symlink for lsiucvallow.8 man page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lsiucvallow is just a symlink to chiucvallow for 'chiucvallow --list'. Only a man page for chiucvallow is provided though. A corresponding man page for lsiucvallow could be expected by the user. Certain linter such as linitan warn about the missing man page, too. Install lsiucvallow.8 as a symlink to chiucvallow.8 to make the documentation of these tools more accessible. Github-ID: https://github.com/ibm-s390-linux/s390-tools/issues/170 Reviewed-by: Steffen Eiden Reviewed-by: Hendrik Brueckner Signed-off-by: Jan Höppner --- iucvterm/doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/iucvterm/doc/Makefile b/iucvterm/doc/Makefile index 1684c52a..36a9313a 100644 --- a/iucvterm/doc/Makefile +++ b/iucvterm/doc/Makefile @@ -15,6 +15,7 @@ install-man: $(MANS) msection=`echo $$man |sed 's/.*\.\([1-9]\)$$/man\1/'` ; \ $(INSTALL) -g $(GROUP) -o $(OWNER) -m 644 -D $$man $(DESTDIR)$(MANDIR)/$$msection/$$man ; \ done + ln -f -s chiucvallow.8 $(DESTDIR)$(MANDIR)/man8/lsiucvallow.8 clean: