This commit was manufactured by cvs2svn to create tag 'nana-gnus-7_1_0_30'.
[elisp/gnus.git-] / Makefile.in
index 7288565..a91fabc 100644 (file)
@@ -5,7 +5,7 @@ srcdir = @srcdir@
 
 @SET_MAKE@
 EMACS = @EMACS@
-XEMACS = xemacs
+XEMACS = xemacs21
 
 all: lick info
 
@@ -15,7 +15,6 @@ lick:
 install:
        cd lisp && $(MAKE) EMACS="$(EMACS)" lispdir="$(lispdir)" install
        cd texi && $(MAKE) EMACS="$(EMACS)" install
-       cd etc && $(MAKE) EMACS="$(EMACS)" install
 
 # Rule for Lars and nobody else.
 some:
@@ -29,21 +28,24 @@ info:
 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=xemacs21
 
 distclean:
        make clean
        rm -rf *~
-       for i in lisp texi etc; do (cd $$i; make distclean); done
+       for i in lisp texi; 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