From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: ELPA Howto Date: Mon, 04 Oct 2010 23:53:28 +0530 Message-ID: <81iq1hstpb.fsf@gmail.com> References: <81pqvvofgz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=41145 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2phW-0007CT-D0 for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 14:23:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2phV-0006jx-D9 for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 14:23:50 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:61508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2phV-0006jp-7B for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 14:23:49 -0400 Received: by pwj6 with SMTP id 6so3618129pwj.0 for ; Mon, 04 Oct 2010 11:23:48 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Mon, 4 Oct 2010 15:39:02 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org 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 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