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

Re: uninstalling the cvs version



>>>>> In [emacs-w3m : No.09647] Sebastian P. Luque wrote:
> On Mon, 24 Sep 2007 19:01:13 +0100,
> Leo <sdl.web@xxxxxxxxx> wrote:

> [...]

>> Just remove the w3m directory in your site-lisp will do.

> Well, make install puts the stuff under /usr/local, including man and info
> pages.  There must be a cleaner way.

After performing `./configure option...', `make what-where' shows
*what* modules are installed to *where*, according to your
configure option(s).  For instance:

,----
| ./configure
| make what-where
| =>
| lispdir=/usr/local/share/emacs/site-lisp/w3m
| ICONDIR=/usr/local/share/emacs/23.0.50/etc/images/w3m
| PACKAGEDIR=NONE
| infodir=/usr/local/share/info
|
| install:
|   *.el, *.elc, ChangeLog* -> /usr/local/share/emacs/site-lisp/w3m/
|   *.info, *.info-*        -> /usr/local/share/info/
|
| install-icons:
|   *.gif, *.png, *.xpm     -> /usr/local/share/emacs/23.0.50/etc/images/w3m/
|
| install-info:
|   *.info, *.info-*        -> /usr/local/share/info/
`----

Note that this information is for the version of emacs-w3m now
you use, not for the old version that you installed before.
This is why we don't provide the `uninstall' target.  In other
words, nobody knows what configure option(s) you used before.

Regards,