[O] Possible issue with the Makefile

2013-02-08 Thread Suvayu Ali
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

Re: [O] Possible issue with the Makefile

2013-02-08 Thread Achim Gratz
Suvayu Ali writes: 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'. You would have needed to do the

Re: [O] Possible issue with the Makefile

2013-02-08 Thread Suvayu Ali
On Fri, Feb 08, 2013 at 11:17:28PM +0100, Achim Gratz wrote: Suvayu Ali writes: 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

Re: [O] Possible issue with the Makefile

2013-02-08 Thread Achim Gratz
Suvayu Ali writes: 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. The easier way of dealing with this would have been to either check out maint and then do a make clean or