*** empty log message ***
[gnus] / lisp / Makefile
1 SHELL = /bin/sh
2 EMACS=emacs
3 FLAGS=-batch -q -no-site-file -l ./dgnushack.el
4
5 total:
6         rm -f *.elc ; $(EMACS) $(FLAGS) -f dgnushack-compile
7
8 all:
9         rm -f *.elc ; $(EMACS) $(FLAGS) -f dgnushack-compile
10
11 clever:
12         $(EMACS) $(FLAGS) -f dgnushack-compile
13
14 some:
15         $(EMACS) $(FLAGS) -f dgnushack-recompile
16
17 tags:
18         etags *.el
19
20 separately:
21         rm -f *.elc ; for i in *.el; do $(EMACS) $(FLAGS) -f batch-byte-compile $$i; done
22
23 pot:
24         xpot -drgnus -r`cat ./version` *.el > rgnus.pot