aboutsummaryrefslogtreecommitdiff
path: root/emacsen
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-04-05 09:20:15 -0400
committerRyan Kavanagh <rak@debian.org>2013-04-05 09:20:15 -0400
commit2770604dee7579f285f1818d7d4489a8de40b17d (patch)
tree9e75e11469fb3257d9bf957334392a582987c26c /emacsen
parentDon't record Debian/Launchpad bug addresses in BBDB (diff)
Install BBDB to ~/.emacs.d/bbdb now
Diffstat (limited to 'emacsen')
-rw-r--r--emacsen/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacsen/Makefile b/emacsen/Makefile
index be8a50f..ae57ff4 100644
--- a/emacsen/Makefile
+++ b/emacsen/Makefile
@@ -54,7 +54,9 @@ make-auto-complete:
touch $@
make-bbdb: make-vm
- cd $(@:make-%=%) && autoconf && ./configure --prefix=$(EMACSD) --without-tex-dir --with-vm-dir=$(EMACSEN)/vm/lisp
+ cd $(@:make-%=%) && autoconf && ./configure --prefix=$(EMACSD) --without-tex-dir \
+ --with-vm-dir=$(EMACSEN)/vm/lisp \
+ --with-lispdir=$(EMACSD)bbdb
$(MAKE) -C $(@:make-%=%)
touch $@