X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=Makefile.in;h=73b8eb3619c78fce644ce2642c42bf869e114cbb;hb=9506fb26760bbd9fae1ecc8bc05627ceb847008c;hp=7288565f5a9b2751e7b8d9d1073372917bffae3f;hpb=d944390f29b23d69323c307946dc70f115496e10;p=gnus diff --git a/Makefile.in b/Makefile.in index 7288565f5..73b8eb361 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,11 @@ install: cd texi && $(MAKE) EMACS="$(EMACS)" install cd etc && $(MAKE) EMACS="$(EMACS)" install +uninstall: + cd lisp && $(MAKE) lispdir="$(lispdir)" uninstall + cd texi && $(MAKE) uninstall + cd etc && $(MAKE) uninstall + # Rule for Lars and nobody else. some: cd lisp && $(MAKE) EMACS="$(EMACS)" some @@ -41,7 +46,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