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:16:10 -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> <8917.1310262051@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfpBU-00068O-H8 for emacs-orgmode@gnu.org; Sun, 10 Jul 2011 04:16:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfpBT-0004AU-1r for emacs-orgmode@gnu.org; Sun, 10 Jul 2011 04:16:12 -0400 Received: from shellworld.net ([69.60.117.94]:61870 helo=server1.shellworld.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfpBS-0004AO-Lq for emacs-orgmode@gnu.org; Sun, 10 Jul 2011 04:16:10 -0400 In-Reply-To: <8917.1310262051@alphaville.dokosmarshall.org> 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: Nick Dokos Cc: Achim Gratz , emacs-orgmode@gnu.org I'll know when the documentation gets an update. Thanks.On Sat, 9 Jul 2011, Nick Dokos wrote: > Jude DaShiell wrote: > > > 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. > > OK. Since a debian-specific target exists and is documented, how about > using ginstall-info explicitly in the install-info-debian target in the > Makefile like this: > > --8<---------------cut here---------------start------------->8--- > install-info-debian: $(INFOFILES) > ginstall-info --infodir=$(infodir) $(INFOFILES) > --8<---------------cut here---------------end--------------->8--- > > Will this work for debian? > > Nick > > > > >