X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=54cfddbb74048b6277b91987066dd5ba794b9c90;hb=6a97014ddbe79569ac630c0dccd9505e78036a89;hp=fbc5432bc00810e84969e9e9838008ca832eea22;hpb=14f11e778d58dcd6161ce53ac48a1b1d751c5578;p=elisp%2Fgnus.git- diff --git a/Makefile.in b/Makefile.in index fbc5432..54cfddb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -173,6 +173,12 @@ xinfo: xinfo-ja: cd texi && $(MAKE) EMACS="$(XEMACS)" ja-info +list-installed-shadows: + cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" list-installed-shadows + +remove-installed-shadows: + cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" remove-installed-shadows + uninstall: cd lisp && $(MAKE) lispdir="$(lispdir)" uninstall cd texi && $(MAKE) uninstall @@ -194,9 +200,8 @@ info-ja: cd texi && $(MAKE) EMACS=$(EMACS) ja clean: - rm -f */*.orig */*.rej *.orig *.rej - rm -f MANIFEST.* - for i in lisp texi; do (cd $$i; $(MAKE) clean); done + for i in lisp texi etc texi/ps; do (cd $$i; $(MAKE) clean); done + rm -f *.orig *.rej *~ MANIFEST.* elclean: cd lisp && rm -f *.elc auto-autoloads.el custom-load.el gnus-load.el @@ -208,7 +213,6 @@ xsome: $(MAKE) EMACS="$(XEMACS)" some distclean: clean - rm -rf *~ for i in lisp texi etc texi/ps; do (cd $$i; $(MAKE) distclean); done rm -f config.log config.status config.cache Makefile