From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: patch org-mode Makefile - solve a couple debian build problems and a slackware build problem Date: Sat, 09 Jul 2011 21:40:51 -0400 Message-ID: <8917.1310262051@alphaville.dokosmarshall.org> 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> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfj1M-0006nv-TE for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 21:41:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qfj1L-00030g-S4 for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 21:41:20 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:33043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfj1L-00030V-Ot for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 21:41:19 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LO3009WTGO3U890@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 20:41:04 -0500 (CDT) In-reply-to: Message from Jude DaShiell of "Sat, 09 Jul 2011 16:45:04 EDT." 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: Jude DaShiell Cc: Achim Gratz , emacs-orgmode@gnu.org, nicholas.dokos@hp.com 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