From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: ELPA Howto Date: Mon, 4 Oct 2010 15:39:02 +0200 Message-ID: References: <81pqvvofgz.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49360 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2lG1-0005II-NY for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 09:39:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2lFy-000566-CF for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 09:39:07 -0400 Received: from pony.ic.uva.nl ([145.18.40.181]:60516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2lFy-00054u-5F for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 09:39:06 -0400 In-Reply-To: <81pqvvofgz.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 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? - 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