From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: ELPA Howto Date: Tue, 5 Oct 2010 04:13:17 +0200 Message-ID: <26B375B7-7226-4E43-9291-CB49151AB427@gmail.com> References: <81pqvvofgz.fsf@gmail.com> <81iq1hstpb.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=56852 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2x1u-00070t-Ds for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 22:13:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2x1t-0006Bv-9u for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 22:13:22 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:47322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2x1t-0006Bk-3A for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 22:13:21 -0400 Received: by ewy19 with SMTP id 19so2937835ewy.0 for ; Mon, 04 Oct 2010 19:13:20 -0700 (PDT) In-Reply-To: <81iq1hstpb.fsf@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: Jambunathan K Cc: emacs-orgmode@gnu.org On Oct 4, 2010, at 8:23 PM, Jambunathan K wrote: > Carsten Dominik writes: > >> Ji Jambunathan, >> >> there is something in your Makefile patch I do not understand: >> >>> >>> X @@ -325,6 +328,14 @@ distfile: >>> X zip -r org-$(TAG).zip org-$(TAG) >>> X gtar zcvf org-$(TAG).tar.gz org-$(TAG) >>> X >>> X +elpa: install-info >> >> Why are you saying the elpa is dependent on install-info? >> > > It's not dependent on 'install-info' (as a make target) but requires > that install-info be run. I simple do not understand. I believe install-info is used to add lines to the main dir file for info somewhere on the system. I think (but I am not sure) the package only needs to contain the doc/dir file that is present in the org git repo. There is no need to create this file. What am I missing? - Carsten > > I was plain lazy to copy the needed lines :-). > > Jambunathan K. > > >> - Carsten >> >> >>> X + $(MKDIR) org-$(TAG) >>> X + cp -r $(LISPFILES0) org-$(TAG)/ >>> X + cp $(infodir)/dir org-$(TAG) >>> X + cp $(INFOFILES) org-$(TAG) >>> X + echo "(define-package \"org\" \"$(TAG)\" \"$(DOCSTRING)\")" > >>> org-$(TAG)/org-pkg.el >>> X + tar cf org-$(TAG).tar org-$(TAG) --remove-files >>> X + >>> X makerelease: >>> X @if [ "X$(TAG)" = "X" ]; then echo "*** No tag ***"; exit 1; fi >>> X ${MAKE} distfile >>> X >>> >>> Jambunathan K. >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Please use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >> - Carsten