Carsten Dominik <[email protected]> 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.
>> [email protected]
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> - Carsten
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode