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: Mon, 4 Oct 2010 15:39:02 +0200

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

- Carsten






reply via email to

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