From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: Re: patch org-mode Makefile - solve a couple debian build problems and a slackware build problem Date: Sun, 10 Jul 2011 04:13:48 -0400 (EDT) Message-ID: References: <8739ii885d.fsf@gnu.org> <21342.1310116208@alphaville.dokosmarshall.org> <87k4bsfmuv.fsf@Rainer.invalid> <4397.1310165406@alphaville.dokosmarshall.org> <87vcvckm0s.fsf@Rainer.invalid> <28121.1310227245@alphaville.dokosmarshall.org> <871uxylhsd.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfp9D-0005nv-3q for emacs-orgmode@gnu.org; Sun, 10 Jul 2011 04:13:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qfp9C-0003zV-0u for emacs-orgmode@gnu.org; Sun, 10 Jul 2011 04:13:51 -0400 Received: from shellworld.net ([69.60.117.94]:60977 helo=server1.shellworld.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfp9B-0003zR-SZ for emacs-orgmode@gnu.org; Sun, 10 Jul 2011 04:13:49 -0400 In-Reply-To: <871uxylhsd.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org I just ran make update && make all && sudo make install && sudo make install-info-debian and updated org-mode to 7.6. I put two mods into the org-mode default Make file. The prefix I changed to /usr and the change suggested on install-info-debian target changing out $(infodir) with ginstall-info I think on line 227 and won't know if this patch will work since the message nothing to be done for install-info-debian came back. A command of info org tells me the documentation is current for org 7.50. When either documentation gets updated or version of documentation gets updated (may be enough to install new documentation just doing that) I'll be able to do some testing. I need to read up on patch before trying to extract patches from messages and applying them locally so I do it right.On Sun, 10 Jul 2011, Achim Gratz wrote: > Hi Jude, > > Jude DaShiell writes: > > If a make is done on debian squeeze with default org-mode install-info > > which is debian's version of install-info complains that it's not gnu > > info and tells you to use ginstall-info when a make install-info-debian > > or make install-info is tried and neither one of those switches for make > > upgrades the info documentation. > > If it tells you that it is GNU info, then you've actually called > /usr/bin/install-info and it should ? aside from this message ? work: > what did you set $infodir to? Does this directory exist and have the > new info files been copied into it (there may be old files still there, > so please check the date)? > > Anyway, from the man pages it looks like this patch should remove the > incompatibility between dpkg install-info and GNU install-info on Debian > and not change anything for others. > >