aboutsummaryrefslogtreecommitdiff
path: root/completion
Commit message (Collapse)AuthorAge
* fix sum moar typos [build scripts, Makefiles]Pieter Praet2011-06-23
| | | | | | | | Various typo fixes in comments within the Makefile and other build scripts. Signed-off-by: Pieter Praet <pieter@praet.org> Edited-by: Carl Worth <cworth@cworth.org> Restricted to just build files.
* build: Add support for non-source-directory builds.Carl Worth2011-03-09
| | | | | | | | | | | | | | Such as: mkdir build cd build ../configure make This is implemented by having the configure script set a srcdir variable in Makefile.config, and then sprinkling $(srcdir) into various make rules. We also use vpath directives to convince GNU make to find the source files from the original source directory.
* Makefile: Quote variables used as filenames in shell commandsCarl Worth2011-01-26
| | | | This allows support for filenames with spaces in them.
* Fix installation of zsh completionMichal Sojka2011-01-26
|
* configure: add options to disable emacs/zsh/bash and choose install dir.Cédric Cabessa2011-01-26
| | | | | | | | | | | | | add --bashcompletiondir and --zshcompletiondir (like --emacslispdir) to choose installation dir for bash/zsh completion files Make some features optional: --without-emacs / --with-emacs=no do not install lisp file --without-bash-completion / --with-bash-completion=no do not install bash files --without-zsh-completion / --with-zsh-completion=no do not install zsh files By default, everything is enabled. You can reenable something with --with-feature=yes
* Makefile: Move the completion-specific commands to completion/Makefile.localCarl Worth2010-04-06
| | | | For much better modularity.
* Rename the "contrib" directory to "completion".Carl Worth2010-04-06
The original "contrib" name is lousy. Everything in notmuch has been contributed, and we are integrating as much of it as possible, (rather than making users grub through contrib looking for useful pieces to install). Meanwhile, the only things we have in contrib are command-line completion scripts, so "completion" makes more sense as a name, (and helps make "./configure" slightly less ambiguous).