瀏覽代碼

Makefile (clean-install): Also remove ox*.el* files

* Makefile (clean-install): Also remove ox*.el* files.
Bastien Guerry 12 年之前
父節點
當前提交
87e1e9406e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/Makefile

+ 1 - 1
lisp/Makefile

@@ -89,5 +89,5 @@ clean cleanall cleanelc::
 
 clean-install:
 	if [ -d $(DESTDIR)$(lispdir) ] ; then \
-	  $(RM) $(DESTDIR)$(lispdir)/org*.el* $(DESTDIR)$(lispdir)/ob*.el* ; \
+	  $(RM) $(DESTDIR)$(lispdir)/org*.el* $(DESTDIR)$(lispdir)/ob*.el* $(DESTDIR)$(lispdir)/ox*.el* ; \
 	fi ;