emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] ELPA Howto


From: Jambunathan K
Subject: Re: [Orgmode] ELPA Howto
Date: Mon, 04 Oct 2010 23:53:28 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (windows-nt)

Carsten Dominik <address@hidden> 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.
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> - Carsten



reply via email to

[Prev in Thread] Current Thread [Next in Thread]