7 cd lisp; $(MAKE) EMACS=$(EMACS) all
9 # Rule for Lars and nobody else.
11 cd lisp; $(MAKE) EMACS=$(EMACS) some
13 cd lisp; $(MAKE) EMACS=$(EMACS) clever
16 cd texi; $(MAKE) EMACS=$(EMACS) all
19 rm -f */*.orig */*.rej *.orig *.rej
22 cd lisp; $(MAKE) EMACS=$(XEMACS) some
33 for i in lisp texi; do (cd $$i; make distclean); done
36 make EMACS=emacs-19.34 some