X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=Makefile.in;h=d5bc65a1422704560a9d6d2e4e1e0f03f2b0fbb1;hb=96d4a7cc3dda58f46de9f03c18f91f8a59e4a8e5;hp=82fd42054102460e9df3e0dacd7ae38ec96c80ae;hpb=1626a196f4c06639aaf46dc4a6a0901b7b6e9b5c;p=gnus diff --git a/Makefile.in b/Makefile.in index 82fd42054..d5bc65a14 100644 --- a/Makefile.in +++ b/Makefile.in @@ -5,46 +5,52 @@ srcdir = @srcdir@ @SET_MAKE@ EMACS = @EMACS@ -XEMACS = xemacs21 +XEMACS = @EMACS@ all: lick info lick: - cd lisp && $(MAKE) EMACS=$(EMACS) lispdir=$(lispdir) all + cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" all install: - cd lisp && $(MAKE) EMACS=$(EMACS) lispdir=$(lispdir) install - cd texi && $(MAKE) EMACS=$(EMACS) 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 + +GNUS-NEWS: texi/gnus-news.texi + cd texi && $(MAKE) GNUS-NEWS # Rule for Lars and nobody else. some: - cd lisp && $(MAKE) EMACS=$(EMACS) some + cd lisp && $(MAKE) EMACS="$(EMACS)" some l: - cd lisp && $(MAKE) EMACS=$(EMACS) clever + cd lisp && $(MAKE) EMACS="$(EMACS)" clever info: - cd texi && $(MAKE) EMACS=$(EMACS) all + cd texi && $(MAKE) EMACS="$(EMACS)" all 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 - rm -f config.log config.status Makefile - -osome: - make EMACS=xemacs21 some + 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 $(SHELL) ./config.status --recheck