Mercurial > hg > xemacs-beta
diff lisp/gnus/Makefile @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children | 0293115a14e9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/gnus/Makefile Mon Aug 13 08:45:50 2007 +0200 @@ -0,0 +1,15 @@ +SHELL = /bin/sh +EMACS=emacs +FLAGS=-batch -q -no-site-file -l ./dgnushack.el + +all: + rm -f *.elc ; $(EMACS) $(FLAGS) -f dgnushack-compile + +some: + $(EMACS) $(FLAGS) -f dgnushack-recompile + +tags: + etags *.el + +separately: + rm -f *.elc ; for i in *.el; do $(EMACS) $(FLAGS) -f batch-byte-compile $$i; done