2008-08-13 05:47:09 +02:00
|
|
|
lispdir = $(datadir)/emacs/site-lisp
|
|
|
|
sitestartdir = $(sysconfdir)/emacs/site-start.d
|
|
|
|
|
2008-08-13 05:14:53 +02:00
|
|
|
lisp_DATA = magit.el magit.elc
|
2008-08-13 05:47:09 +02:00
|
|
|
sitestart_DATA = 50magit.el
|
|
|
|
|
|
|
|
info_TEXINFOS = magit.texi
|
|
|
|
|
|
|
|
CLEANFILES = magit.elc
|
|
|
|
EXTRA_DIST = magit.el 50magit.el
|
|
|
|
|
|
|
|
%.elc: %.el
|
|
|
|
@if [ $(builddir) != $(srcdir) ]; then ln $(srcdir)/$*.el .; fi
|
|
|
|
emacs --batch --eval '(byte-compile-file "$*.el")'
|
|
|
|
@if [ $(builddir) != $(srcdir) ]; then rm -f $*.el; fi
|