From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Possible issue with the Makefile Date: Fri, 8 Feb 2013 22:45:57 +0100 Message-ID: <20130208214557.GA4223@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3vlm-0002Fm-Pn for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 16:46:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3vll-0004Hn-B6 for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 16:46:06 -0500 Received: from mail-ea0-f172.google.com ([209.85.215.172]:44341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3vll-0004Hd-0V for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 16:46:05 -0500 Received: by mail-ea0-f172.google.com with SMTP id f13so1969039eaa.3 for ; Fri, 08 Feb 2013 13:46:03 -0800 (PST) Content-Disposition: inline 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: Emacs Org mode Hi Achim, While switching to the new exporter I noticed something. In my local.mk I had `ORG_ADD_CONTRIB = org-e-*' before, but after the switch I removed it (as you had pointed it out in another thread :)). Despite that, all the org-e-* files under org-mode/lisp were not removed after I did `make cleanall'. I need to do a `git clean -f -x -e local.mk' to get rid of them. Don't you think this should be handled by the Makefile, or is this non-trivial to deal with? Thanks, -- Suvayu Open source is the future. It sets us free.