From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: "Where local software is found" ? Date: Fri, 10 Sep 2010 07:09:46 +0200 Message-ID: <87tyly89r9.wl%dmaus@ictsoc.de> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============0142903185==" Return-path: Received: from [140.186.70.92] (port=48940 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Otvs9-0001Eo-7Z for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 01:10:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Otvs4-0005Mi-2R for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 01:10:01 -0400 Received: from mysql1.xlhost.de ([213.202.242.106]:52818) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Otvs3-0005MA-Ts for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 01:09:56 -0400 In-Reply-To: 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: ishi soichi Cc: emacs-orgmode@gnu.org --===============0142903185== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Fri_Sep_10_07:09:45_2010-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Fri_Sep_10_07:09:45_2010-1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable ishi soichi wrote: >[1 ] >[1.1 ] >[1.2 ] >This question is fundamental, but I want to make sure about it. >In installing the latest org-mode, I need to edit Makefile. >In the file, it says,=C2=A0 >"Where local software is found" >What exactly is the local software? =C2=A0Emacs itself? or something other= lisp files? ,---- | # Where local software is found | prefix=3D/usr/local |=20 | # Where local lisp files go. | lispdir =3D $(prefix)/share/emacs/site-lisp |=20 | # Where info files go. | infodir =3D $(prefix)/share/info `---- The prefix option is (only) used to setup the lispdir (where all lisp-files go) and the infodir (where the manual goes). Thus it's about where you want Org mode to be installed to -- by default Org is installed system-wide in +-$prefix-+-$lispdir-----------+ | | | v v v /usr/local/share/emacs/site-lisp If you, for example, want to install Org mode to your homedirectory you could ignore the prefix option and set lispdir and infodir directly. ,---- | lispdir =3D /home//.emacs.d/site-lisp | infodir =3D /home//.emacs.d/info/ `---- HTH, -- David PS: And you don't even have to modify the Makefile. Passing the variables (lispdir, infodir) as command line arguments to make works fine. E.g.:=20 ,---- | make lispdir=3D/home/dmaus/.emacs.d/site-lisp/org-mode/ infodir=3D/home/d= maus/.emacs.d/site-lisp/info/ install `---- --=20 OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Fri_Sep_10_07:09:45_2010-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EABEIAAYFAkyJvZkACgkQma24O1pEeOYrNwEA146MgUdKihMBUGxhwQ/Lcmjj khAFeWIBC4Ap3Jo6qtcA/1FsbUJ11cbOktun0X/gdltgRBcLUBAkUjGBUk0hbIbs =Be6A -----END PGP SIGNATURE----- --pgp-sign-Multipart_Fri_Sep_10_07:09:45_2010-1-- --===============0142903185== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0142903185==--