emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] ELPA Howto


From: Carsten Dominik
Subject: Re: [Orgmode] ELPA Howto
Date: Tue, 5 Oct 2010 04:13:17 +0200


On Oct 4, 2010, at 8:23 PM, Jambunathan K wrote:

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

- Carsten




reply via email to

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