From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chunyang Xu Subject: Re: Bug: No 'make uninstall' [9.0 (release_9.0 @ /home/xcy/src/org-mode/lisp/)] Date: Mon, 7 Nov 2016 13:04:37 +0800 Message-ID: References: <877f8gmfa8.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3c6p-0003we-P6 for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 00:04:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3c6o-00072N-V4 for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 00:04:39 -0500 Received: from mail-qt0-x22a.google.com ([2607:f8b0:400d:c0d::22a]:34793) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c3c6o-00071f-Pc for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 00:04:38 -0500 Received: by mail-qt0-x22a.google.com with SMTP id n6so81009191qtd.1 for ; Sun, 06 Nov 2016 21:04:37 -0800 (PST) In-Reply-To: <877f8gmfa8.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Chunyang Xu , emacs-orgmode@gnu.org "make clean-install" does what I want. Thanks. On Mon, Nov 7, 2016 at 6:09 AM, Nicolas Goaziou wrote: > Hello, > > Chunyang Xu writes: > >> I just install Org into /usr/local/share via >> 'make && sudo make install', then I realize that I don't >> need this and want to uninstall, but there is no uninstall rule. I am >> going to delete these files and update infodir manually, which is not >> very easy. >> >> Is it possible to provide a uninstall rule? > > There is "make clean-install". It might do what you are looking for. > > Regards, > > -- > Nicolas Goaziou