[PATCH bzip2 5/6] install man page symlinks for a couple more symlinked commands

~eschwartz eschwartz@git.sr.ht
Fri Jun 3 04:54:26 GMT 2022


From: Eli Schwartz <eschwartz93@gmail.com>

---
 Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 76dfe9a..dff9422 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -91,6 +91,9 @@ install: bzip2 bzip2recover
 	chmod a+x $(DESTDIR)$(bindir)/bzip2recover
 	cp -f bzip2.1 $(DESTDIR)$(mandir)/man1
 	chmod a+r $(DESTDIR)$(mandir)/man1/bzip2.1
+	echo ".so man1/bzip2.1" > $(DESTDIR)$(mandir)/man1/bunzip2.1
+	echo ".so man1/bzip2.1" > $(DESTDIR)$(mandir)/man1/bzcat.1
+	echo ".so man1/bzip2.1" > $(DESTDIR)$(mandir)/man1/bzip2recover.1
 	cp -f bzlib.h $(DESTDIR)$(includedir)
 	chmod a+r $(DESTDIR)$(includedir)/bzlib.h
 	cp -f libbz2.a $(DESTDIR)$(libdir)
-- 
2.34.2



More information about the Bzip2-devel mailing list