X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=Makefile.in;h=e588579fe2bdb6833f089c3824b063f03ad22bf9;hb=b30d230ac3c19c87a638ec55afd2528040eb910e;hp=7288565f5a9b2751e7b8d9d1073372917bffae3f;hpb=d944390f29b23d69323c307946dc70f115496e10;p=gnus diff --git a/Makefile.in b/Makefile.in index 7288565f5..e588579fe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -5,7 +5,7 @@ srcdir = @srcdir@ @SET_MAKE@ EMACS = @EMACS@ -XEMACS = xemacs +XEMACS = @EMACS@ all: lick info @@ -17,6 +17,20 @@ install: cd texi && $(MAKE) EMACS="$(EMACS)" install cd etc && $(MAKE) EMACS="$(EMACS)" install +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 + cd etc && $(MAKE) uninstall + +GNUS-NEWS: texi/gnus-news.texi + cd texi && $(MAKE) GNUS-NEWS + # Rule for Lars and nobody else. some: cd lisp && $(MAKE) EMACS="$(EMACS)" some @@ -41,7 +55,7 @@ xsome: distclean: make clean rm -rf *~ - for i in lisp texi etc; do (cd $$i; make distclean); done + for i in lisp texi etc texi/ps; do (cd $$i; make distclean); done rm -f config.log config.status config.cache Makefile config.status: $(srcdir)/configure