X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fgnus.git-;a=blobdiff_plain;f=Makefile.in;h=f486fd0eca8fbc6eb1c0d27742647e4de2ef80f8;hp=82fd42054102460e9df3e0dacd7ae38ec96c80ae;hb=61b61ec93653e00c477df0bad2f7a33eb101adf6;hpb=8c620ff2178b0f9079eb742a56f82a17c65c30bb diff --git a/Makefile.in b/Makefile.in index 82fd420..f486fd0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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