Add.
[gnus] / Makefile.in
index b28cda9..7288565 100644 (file)
@@ -5,7 +5,7 @@ srcdir = @srcdir@
 
 @SET_MAKE@
 EMACS = @EMACS@
-XEMACS = xemacs21
+XEMACS = xemacs
 
 all: lick info
 
@@ -15,6 +15,7 @@ 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:
@@ -28,23 +29,20 @@ info:
 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; do (cd $$i; make distclean); done
+       rm -f config.log config.status config.cache Makefile
 
 config.status: $(srcdir)/configure
        $(SHELL) ./config.status --recheck