From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: [ANN] Org-babel integrated into Org-mode Date: Tue, 29 Jun 2010 17:27:17 -0400 Message-ID: <87r5jpmswa.fsf@fastmail.fm> References: <87wrtp78rg.fsf@gmail.com> <874oglofzs.fsf@fastmail.fm> <10278.1277838511@alphaville.usa.hp.com> <87vd91mu2m.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50604 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTiFn-00047X-UU for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 17:22:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTiFm-00089G-Ml for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 17:22:03 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:39208) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTiFm-000895-L3 for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 17:22:02 -0400 In-Reply-To: <87vd91mu2m.fsf@fastmail.fm> (Matt Lundin's message of "Tue, 29 Jun 2010 17:01:53 -0400") 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Matt Lundin writes: > This section of the lisp file flattens out the lisp/babel hierarchy in > the repo when copying to the target directory: The above should read: "This section of the Makefile..." > > install-lisp: $(LISPFILES) $(ELCFILES) > if [ ! -d $(lispdir) ]; then $(MKDIR) $(lispdir); else true; fi ; > $(CP) $(LISPFILES) $(lispdir) > $(CP) $(ELCFILES) $(lispdir) > - Matt