0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 19:10:43 +00:00

Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2012-10-03 11:33:37 +02:00
commit 50fe7cc631

View file

@ -79,6 +79,7 @@ cleanauto clean cleanall::
$(RM) $(LISPA) $(LISPA:%el=%elc) $(RM) $(LISPA) $(LISPA:%el=%elc)
clean cleanall cleanelc:: clean cleanall cleanelc::
$(RM) *.elc $(RM) *.elc
$(RM) org-install.el # Fix leftover from previous install method
clean-install: clean-install:
if [ -d $(DESTDIR)$(lispdir) ] ; then \ if [ -d $(DESTDIR)$(lispdir) ] ; then \