From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: make install-info Date: Fri, 19 Jun 2009 23:18:11 +0200 Message-ID: <51b0095d0906191418h140e0437i9c70b12dc7742b23@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHlTS-0001TR-Ov for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 17:18:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHlTS-0001S9-3m for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 17:18:14 -0400 Received: from [199.232.76.173] (port=43728 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHlTR-0001S0-U9 for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 17:18:13 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:56041) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHlTR-0002qH-KM for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 17:18:13 -0400 Received: by fg-out-1718.google.com with SMTP id e12so614153fga.7 for ; Fri, 19 Jun 2009 14:18:12 -0700 (PDT) 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: emacs-orgmode@gnu.org 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=3Ddoc/org --info-dir=3D/usr/local/share/info Syntaxe=A0: install-info [ ...] [--] Options=A0: [...] make: *** [install-info] Erreur 1 -- Nicolas