Achim Gratz <[email protected]> writes: > Matt Lundin <[email protected]> writes: > >> The autoloads in org-install all have "lisp/" prepended to the file >> name. > > What is prefix and lispdir set to in the Makefile?
They are the default values (i.e., I have not changed anything). --8<---------------cut here---------------start------------->8--- # Where local software is found prefix=/usr/local # Where local lisp files go. lispdir = $(prefix)/share/emacs/site-lisp --8<---------------cut here---------------end--------------->8--- Note: I do not run "make install". My normal routine is to run "make clean && make". Best, Matt
