Synch to No Gnus 200510111141.
[elisp/gnus.git-] / lisp / Makefile.in
index 00ae7ed..a4906ca 100644 (file)
@@ -26,7 +26,7 @@ all total: clean-some gnus-load.el
        $(EMACS_COMP) -f dgnushack-compile
 
 clean-some:
-       rm -f *.elc gnus-load.el
+       rm -f *.elc gnus-load.el auto-autoloads.* custom-load.*
 
 warn: clean-some gnus-load.el
        $(EMACS_COMP) --eval '(dgnushack-compile t)' 2>&1 | egrep -v "variable G|inhibit-point-motion-hooks|coding-system|temp-results|variable gnus|variable nn|scroll-in-place|deactivate-mark|filladapt-mode|byte-code-function-p|print-quoted|ps-right-header|ps-left-header|article-inhibit|print-escape|ssl-program-arguments|message-log-max"
@@ -55,7 +55,7 @@ clever some l: gnus-load.el
        fi
        $(EMACS_COMP) -f dgnushack-compile
 
-install: clever install-without-compiling
+install: clever install-without-compiling list-installed-shadows
 
 install-without-compiling:
        $(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
@@ -73,9 +73,6 @@ install-package-manifest:
        $(EMACS_COMP) -f dgnushack-install-package-manifest \
                $(PACKAGEDIR) $(GNUS_PRODUCT_NAME)
 
-compose-package: gnus-load.el
-       $(EMACS_COMP) -f dgnushack-compose-package
-
 remove-extra-files-in-package:
        $(EMACS_COMP) -f dgnushack-remove-extra-files-in-package \
                $(PACKAGEDIR) $(GNUS_PRODUCT_NAME)
@@ -89,6 +86,12 @@ install-el:
          $(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
+
 tags:
        etags *.el