* [PATCH] send-pr manpages install fix
@ 2005-02-24 19:09 Chad Walstrom
0 siblings, 0 replies; only message in thread
From: Chad Walstrom @ 2005-02-24 19:09 UTC (permalink / raw)
To: help-gnats
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-24 19:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-24 19:09 [PATCH] send-pr manpages install fix Chad Walstrom
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).