This commit was generated by cvs2svn to compensate for changes in r8000,
[elisp/gnus.git-] / Makefile.in
index 82fd420..f486fd0 100644 (file)
@@ -5,7 +5,7 @@ srcdir = @srcdir@
 
 @SET_MAKE@
 EMACS = @EMACS@
-XEMACS = xemacs21
+XEMACS = xemacs
 
 all: lick info
 
@@ -25,6 +25,9 @@ l:
 info:
        cd texi && $(MAKE) EMACS=$(EMACS) all
 
+info-ja:
+       cd texi && $(MAKE) EMACS=$(EMACS) MAKEINFO=no ja
+
 clean:
        rm -f */*.orig */*.rej *.orig *.rej
 
@@ -35,7 +38,7 @@ elclean:
        rm lisp/*.elc
 
 x:
-       make EMACS=xemacs21
+       make EMACS=xemacs
 
 distclean:
        make clean
@@ -44,7 +47,7 @@ distclean:
        rm -f config.log config.status Makefile
 
 osome:
-       make EMACS=xemacs21 some
+       make EMACS=emacs-19.34 some
 
 config.status: $(srcdir)/configure
        $(SHELL) ./config.status --recheck