diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-04-05 09:20:15 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-04-05 09:20:15 -0400 |
commit | 2770604dee7579f285f1818d7d4489a8de40b17d (patch) | |
tree | 9e75e11469fb3257d9bf957334392a582987c26c /emacsen | |
parent | Don't record Debian/Launchpad bug addresses in BBDB (diff) |
Install BBDB to ~/.emacs.d/bbdb now
Diffstat (limited to 'emacsen')
-rw-r--r-- | emacsen/Makefile | 4 |
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 $@ |