From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: make install-info Date: Sat, 20 Jun 2009 21:14:31 +0200 Message-ID: <5F37521F-26A9-4E7E-8F62-C06AB4DF62A1@gmail.com> References: <51b0095d0906191418h140e0437i9c70b12dc7742b23@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MI61P-0000JH-PR for emacs-orgmode@gnu.org; Sat, 20 Jun 2009 15:14:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MI61L-0000Hr-Ah for emacs-orgmode@gnu.org; Sat, 20 Jun 2009 15:14:39 -0400 Received: from [199.232.76.173] (port=50198 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MI61L-0000Ho-1S for emacs-orgmode@gnu.org; Sat, 20 Jun 2009 15:14:35 -0400 Received: from mail-ew0-f220.google.com ([209.85.219.220]:53181) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MI61K-0003fY-Fb for emacs-orgmode@gnu.org; Sat, 20 Jun 2009 15:14:34 -0400 Received: by ewy20 with SMTP id 20so337517ewy.42 for ; Sat, 20 Jun 2009 12:14:33 -0700 (PDT) In-Reply-To: <51b0095d0906191418h140e0437i9c70b12dc7742b23@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Girard Cc: emacs-orgmode@gnu.org Hi Nicolas, I don't know of a stable way to install info files on all systems, therefore it is too dangerous to do this step by default. Does make install-info-debian work for you? - Carsten On Jun 19, 2009, at 11:18 PM, Nicolas Girard wrote: > Hi, > i just noticed two things related to org-mode's info manual: > > 1) currently, running > make install > doesn't install an updated version of the info manual. I'd suggest to > get the "install" target to depend on "install-info" so that > installing a new version of org-mode also installs the appropriate > info manual ; > > 2) on my system, make install-info is broken. I have > install-info --version > install-info (GNU texinfo) 4.12 > > and make install-info outputs: > > if [ ! -d /usr/local/share/info ]; then mkdir -p > /usr/local/share/info; else true; fi ; > cp -p doc/org /usr/local/share/info > install-info --info-file=doc/org --info-dir=/usr/local/share/info > Syntaxe : install-info [ ...] [--] > > Options : > [...] > make: *** [install-info] Erreur 1 > > -- > Nicolas > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode