From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32265 invoked from network); 24 Feb 2005 19:09:26 -0000 Received: from unknown (HELO lists.gnu.org) (199.232.76.165) by sourceware.org with SMTP; 24 Feb 2005 19:09:26 -0000 Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4OaM-0003zO-4P for listarch-gnats-devel@sources.redhat.com; Thu, 24 Feb 2005 14:23:42 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D4OZ1-0003Hb-Ad for help-gnats@gnu.org; Thu, 24 Feb 2005 14:22:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D4OYw-0003Fo-R5 for help-gnats@gnu.org; Thu, 24 Feb 2005 14:22:16 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4OYw-0003BN-DV for help-gnats@gnu.org; Thu, 24 Feb 2005 14:22:14 -0500 Received: from [199.199.210.160] (helo=chef.nerp.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D4OD8-0001h0-24 for help-gnats@gnu.org; Thu, 24 Feb 2005 13:59:42 -0500 Received: from skuld.wookimus.net (c-66-41-156-164.mn.client2.attbi.com [66.41.156.164]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by chef.nerp.net (Postfix) with ESMTP id 53C60587D7 for ; Thu, 24 Feb 2005 12:59:41 -0600 (CST) Received: from wookimus.net (skuld.wk [192.168.5.100]) by skuld.wookimus.net (Postfix) with ESMTP id 7A3D23E00 for ; Thu, 24 Feb 2005 12:59:39 -0600 (CST) Received: by wookimus.net (Postfix, from userid 1000) id 995C721FF; Thu, 24 Feb 2005 12:58:15 -0600 (CST) Date: Thu, 24 Feb 2005 19:09:00 -0000 From: Chad Walstrom To: help-gnats@gnu.org Message-ID: <20050224185815.GE24063@wookimus.net> Mail-Followup-To: help-gnats@gnu.org Mime-Version: 1.0 X-Operating-System: Linux skuld 2.6.8-1-k7 X-GnuPG-Fingerprint: B4AB D627 9CBD 687E 7A31 1950 0CC7 0B18 206C 5AFD User-Agent: Mutt/1.5.6+20040907i Subject: [PATCH] send-pr manpages install fix X-BeenThere: help-gnats@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion about GNU GNATS List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0463949957==" Sender: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org Errors-To: help-gnats-bounces+listarch-gnats-devel=sources.redhat.com@gnu.org X-SW-Source: 2005-q1/txt/msg00049.txt.bz2 --===============0463949957== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Cp3Cp8fzgozWLBWL" Content-Disposition: inline --Cp3Cp8fzgozWLBWL Content-Type: multipart/mixed; boundary="iBwuxWUsK/REspAd" Content-Disposition: inline --iBwuxWUsK/REspAd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 292 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). --=20 Chad Walstrom http://www.wookimus.net/ assert(expired(knowledge)); /* core dump */ --iBwuxWUsK/REspAd Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="send-pr_install.patch" Content-Transfer-Encoding: quoted-printable Content-length: 1971 Index: send-pr/ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 + + * 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 =20 - * 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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/ =20 --iBwuxWUsK/REspAd-- --Cp3Cp8fzgozWLBWL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCHiPHDMcLGCBsWv0RAlfkAJ90skjRcMjBFZETGYO5bSAj1mPzQQCeILL2 356CC1SmCdl6UMit4MbFpxc= =NXaJ -----END PGP SIGNATURE----- --Cp3Cp8fzgozWLBWL-- --===============0463949957== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 140 _______________________________________________ Help-gnats mailing list Help-gnats@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnats --===============0463949957==--