1 --- Makefile.orig 2009-05-15 18:22:49.000000000 +0200
2 +++ Makefile 2009-05-16 08:59:36.000000000 +0200
4 TARGET = $(patsubst %.el,%.elc,$(SPECIAL) $(SOURCE))
6 MISC = AUTHORS COPYING ChangeLog Makefile.defs Makefile $(AUTOLOADFILE).in
7 +LOADPATH = "$(shell pwd)" "$(shell pwd)/themes"
8 #AUTHORS CREDITS HISTORY NEWS README Makefile ChangeLog \
9 #ChangeLog.2005 ChangeLog.2004 ChangeLog.2003 ChangeLog.2002 \
10 #ChangeLog.2001 servers.pl color-theme-auto.in color-theme.texi
14 @$(EMACS) $(OPTIONCOMPILE) \
15 - --eval '(setq load-path (cons "." load-path))' \
16 + --eval '(setq load-path (append load-path (list $(LOADPATH))))' \
17 -f batch-byte-compile $<