*** empty log message ***
[gnus] / Makefile
1 .PHONY: lisp texi elc info
2
3 all: elc texi
4
5 lisp:
6         cd lisp; $(MAKE) all
7
8 texi:
9         cd texi; $(MAKE) all
10
11
12 elc:
13         cd lisp; $(MAKE) elc
14
15 info:
16         cd lisp; $(MAKE) info