public inbox for bzip2-devel@sourceware.org
 help / color / mirror / Atom feed
From: ~eschwartz <eschwartz@git.sr.ht>
To: bzip2-devel@sourceware.org
Cc: eschwartz93@gmail.com
Subject: [PATCH bzip2 5/6] install man page symlinks for a couple more symlinked commands
Date: Fri, 03 Jun 2022 00:54:26 -0400	[thread overview]
Message-ID: <165475384722.17277.18269615533597437835-4@git.sr.ht> (raw)
In-Reply-To: <165475384722.17277.18269615533597437835-0@git.sr.ht>

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


  parent reply	other threads:[~2022-06-09  5:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03  3:45 [PATCH bzip2 1/6] install relative symlinks ~eschwartz
2022-06-03  4:20 ` [PATCH bzip2 2/6] port the build configuration to autoconf ~eschwartz
2022-06-09  5:56   ` Eli Schwartz
2022-06-03  4:48 ` [PATCH bzip2 4/6] make a couple program aliases symlinks instead of copies ~eschwartz
2022-06-03  4:54 ` ~eschwartz [this message]
2022-06-03  5:09 ` [PATCH bzip2 6/6] install a pkg-config file with instructions for linking to libbz2 ~eschwartz
2022-06-09  5:52   ` Eli Schwartz
2022-10-23 16:03     ` Sam James
2022-06-09  4:50 ` [PATCH bzip2 3/6] shared Makefile: add install rule ~eschwartz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=165475384722.17277.18269615533597437835-4@git.sr.ht \
    --to=eschwartz@git.sr.ht \
    --cc=bzip2-devel@sourceware.org \
    --cc=eschwartz93@gmail.com \
    --cc=eschwartz@archlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).