public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
From: Chad Walstrom <chewie@wookimus.net>
To: help-gnats@gnu.org
Subject: [PATCH] send-pr manpages install fix
Date: Thu, 24 Feb 2005 19:09:00 -0000	[thread overview]
Message-ID: <20050224185815.GE24063@wookimus.net> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 297 bytes --]

The following patch fixes the installation of send-pr manpages.  Needed
to call mkinstalldir from root to install man1 and man8 directories in
the $(DESTDIR).

-- 
Chad Walstrom <chewie@wookimus.net>           http://www.wookimus.net/
           assert(expired(knowledge)); /* core dump */

[-- Attachment #1.1.2: send-pr_install.patch --]
[-- Type: text/plain, Size: 1729 bytes --]

Index: send-pr/ChangeLog
===================================================================
RCS file: /cvsroot/gnats/gnats/send-pr/ChangeLog,v
retrieving revision 1.48
diff -u -b -B -u -r1.48 ChangeLog
--- send-pr/ChangeLog	30 Nov 2004 15:46:11 -0000	1.48
+++ send-pr/ChangeLog	24 Feb 2005 18:55:16 -0000
@@ -1,6 +1,12 @@
+2005-02-24  Chad Walstrom  <chewie@wookimus.net>
+
+	* Makefile.in (install-norm-arch-dep): Added mkinstalldir call to
+	install the manpage directories.  send-pr.1 and install-sid.8 were not
+	being installed otherwise.
+
 2004-11-29  Chad Walstrom  <chewie@wookimus.net>
 
-	* Makefile.in (install-norm-arch-indep): Added "all" to the dependency
+	* Makefile.in (install-norm-arch-dep): Added "all" to the dependency
 	list.  Prepended send-pr.conf with $(srcdir) variable, since it's not
 	a generated file.
 	(send-pr.1): Added send-pr.man to dependency list
Index: send-pr/Makefile.in
===================================================================
RCS file: /cvsroot/gnats/gnats/send-pr/Makefile.in,v
retrieving revision 1.20
diff -u -b -B -u -r1.20 Makefile.in
--- send-pr/Makefile.in	30 Nov 2004 15:45:41 -0000	1.20
+++ send-pr/Makefile.in	24 Feb 2005 18:55:16 -0000
@@ -117,7 +117,9 @@
 install-norm-arch-dep: all
 	$(INSTALL_SCRIPT) send-pr $(DESTDIR)$(bindir)/send-pr
 	$(INSTALL_SCRIPT) install-sid $(DESTDIR)$(bindir)/install-sid
+	$(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(man1dir)/
 	$(INSTALL_DATA) send-pr.1 $(DESTDIR)$(man1dir)/send-pr.1
+	$(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(man8dir)/
 	$(INSTALL_DATA) install-sid.8 $(DESTDIR)$(man8dir)/install-sid.8
 	$(INSTALL_DATA) $(srcdir)/send-pr.conf $(DESTDIR)$(sysconfdir)/gnats/
 

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnats

                 reply	other threads:[~2005-02-24 19:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20050224185815.GE24063@wookimus.net \
    --to=chewie@wookimus.net \
    --cc=help-gnats@gnu.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).