This commit was generated by cvs2svn to compensate for changes in r8000,
[elisp/gnus.git-] / Makefile.in
index 4702536..f486fd0 100644 (file)
@@ -10,38 +10,44 @@ XEMACS = xemacs
 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
 
 # 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
+
+info-ja:
+       cd texi && $(MAKE) EMACS=$(EMACS) MAKEINFO=no ja
 
 clean:
        rm -f */*.orig */*.rej *.orig *.rej
 
+xsome:
+       cd lisp && $(MAKE) EMACS=$(XEMACS) some
+
 elclean:
        rm lisp/*.elc
 
 x:
-       $(MAKE) EMACS=$(XEMACS)
-
-xsome:
-       $(MAKE) EMACS="$(XEMACS)" some
+       make EMACS=xemacs
 
 distclean:
        make clean
        rm -rf *~
        for i in lisp texi; do (cd $$i; make distclean); done
-       rm -f config.log config.status config.cache Makefile
+       rm -f config.log config.status Makefile
+
+osome:
+       make EMACS=emacs-19.34 some
 
 config.status: $(srcdir)/configure
        $(SHELL) ./config.status --recheck