* mml2015.el (mml2015-encrypt-to-self): New user option.
[gnus] / lisp / Makefile.in
index 866b389..df6acc9 100644 (file)
@@ -29,7 +29,7 @@ warn: clean-some gnus-load.el
 clever some l: gnus-load.el
        $(EMACS_COMP) -f dgnushack-compile
 
-install: install-el-elc
+install: install-el-elc list-installed-shadows
 
 # This entry will never install .el files if there are no .elc files.
 install-el: gnus-load.el
@@ -67,6 +67,12 @@ install-el-elc: clever
          $(INSTALL_DATA) $$p $(lispdir)/$$p; \
        done
 
+list-installed-shadows:
+       $(EMACS_COMP) -f dgnushack-find-lisp-shadows
+
+remove-installed-shadows:
+       $(EMACS_COMP) -f dgnushack-remove-lisp-shadows
+
 uninstall:
        for p in *.elc; do \
          rm -f "$(lispdir)/$$p"; \
@@ -90,8 +96,11 @@ gnus-load.el:
        $(EMACS_COMP) -f dgnushack-make-auto-load $(srcdir)
        $(EMACS_COMP) -f dgnushack-make-load
 
-distclean:
-       rm -f *.orig *.rej *.elc auto-autoloads.* custom-load.* *~ Makefile
+clean:
+       rm -f *.elc *.orig *.rej *~ auto-autoloads.* custom-load.* gnus-load.el
+
+distclean: clean
+       rm -f Makefile
 
 Makefile: $(srcdir)/Makefile.in ../config.status
        cd .. \