X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=Makefile.in;h=73b8eb3619c78fce644ce2642c42bf869e114cbb;hb=1ed27cb7b2edad7f3bc3408bcff2a04b3950ec9b;hp=a91fabcd7f6fc2724f2946d0a58f1ccf916b7cd9;hpb=2eb41e16e469e2bbe61d50e219749e35452336bd;p=gnus diff --git a/Makefile.in b/Makefile.in index a91fabcd7..73b8eb361 100644 --- a/Makefile.in +++ b/Makefile.in @@ -5,7 +5,7 @@ srcdir = @srcdir@ @SET_MAKE@ EMACS = @EMACS@ -XEMACS = xemacs21 +XEMACS = @EMACS@ all: lick info @@ -15,6 +15,12 @@ lick: install: cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" 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: @@ -28,24 +34,21 @@ info: clean: rm -f */*.orig */*.rej *.orig *.rej -xsome: - cd lisp && $(MAKE) EMACS="$(XEMACS)" some - elclean: rm lisp/*.elc x: - make EMACS=xemacs21 + $(MAKE) EMACS=$(XEMACS) + +xsome: + $(MAKE) EMACS="$(XEMACS)" some distclean: make clean rm -rf *~ - for i in lisp texi; 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 -osome: - make EMACS=xemacs21 some - config.status: $(srcdir)/configure $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in