* mua updates

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-11 20:20:40 +03:00
parent e55eb4ed25
commit 18f0ec7437
9 changed files with 150 additions and 155 deletions

View File

@ -5,6 +5,9 @@ ELCS=$(ELS:.el=.elc)
.PHONY=install
top_srcdir=/home/djcb/src/mu/
BATCH=$(EMACS) -batch -q -no-site-file -eval \
"(setq load-path (cons (expand-file-name \".\") load-path))"
@ -13,6 +16,14 @@ BATCH=$(EMACS) -batch -q -no-site-file -eval \
all: $(ELCS)
BUILT_SOURCES=mu-errors.el
mu-errors.el: ${top_srcdir}/src/mu-util.h
@cat ${top_srcdir}/src/mu-util.h \
docs: mua.info
install_lisp: