summaryrefslogtreecommitdiff
path: root/Makefile.local
Commit message (Expand)AuthorAge
* Makefile: Finish implementing the "make release" target.0.1Carl Worth2010-04-05
* Makefile: Start implementing a "make release" target.Carl Worth2010-04-05
* Makefile: Add a dist target.Carl Worth2010-04-05
* Makfiles: Make the top-level targets PHONYCarl Worth2010-04-05
* Makefile.local: Automatically use makefile modeDavid Edmondson2010-04-03
* Makefile: Add the emacs directory to load-path when compilingDavid Edmondson2010-04-03
* Makefile: Only print the "make install" hint after the first build.Carl Worth2010-04-02
* notmuch: Add a version (0.1 initially) with a new --version option.Carl Worth2010-04-02
* Compile a static notmuch binary (but only install the shared version)Carl Worth2010-04-01
* lib: Switch to a 3-part version number for the library interface.Carl Worth2010-04-01
* Makefiles: Align the columns of output.Carl Worth2010-04-01
* Makefiles: Make the install rules quiet like the compilation rules.Carl Worth2010-03-31
* Makefile: Fix to print CFLAGS with "make V=0"Carl Worth2010-03-31
* Makefiles: Eliminate shell for loops in rule definitions.Carl Worth2010-03-31
* Move installation of library from top-level to lib/Makefile.localCarl Worth2010-03-31
* Move some variable assignments from Makefile.local to Makefile.configCarl Worth2010-03-31
* Move bulk of rules from Makefile to Makefile.local.Carl Worth2010-03-31
* Add a --libdir option to ./configureIngmar Vanhassel2010-03-31
* Build and link against notmuch shared library, install notmuch.hBen Gamari2010-03-31
* Makefile: Conditionalize the "make install" message.Carl Worth2010-03-10
* Makefile: Simplify the conditional message of the all target.Carl Worth2010-03-10
* Makefile: Add message to make install listing the other install targets.Carl Worth2010-03-10
* Makefile: Add a meesage after "make" telling the user to run "make install"Carl Worth2010-03-09
* emacs: Move emacs UI (currently just one file) to subdirectory.David Bremner2010-03-09
* Add an "--format=(json|text)" command-line option to both notmuch-search and ...Scott Robinson2010-02-23
* Add install target for notmuch.desktop file.Jeffrey C. Ollie2010-01-24
* Install zsh completion filemartin f. krafft2010-01-14
* fix Makefile.local to install bash completion definitions as not executableJameson Graef Rollins2009-12-04
* Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.Carl Worth2009-12-04
* Makefile: Incorporate getline implementation into the build.Carl Worth2009-12-01
* Makefile: Add new "install-bash" target for bash completion supportCarl Worth2009-12-01
* notmuch: New command 'search-tags'.Jan Janak2009-11-26
* Add 'notmuch count' command to show the count of matching messagesKeith Packard2009-11-23
* notmuch-new: Only install SIGALRM if not running under gdbChris Wilson2009-11-22
* Makefile: Fix to work even with GZIP environment variable set.Carl Worth2009-11-22
* Makefile: Magic silent rules.Chris Wilson2009-11-22
* Make bash completion directory configurable.James Rowe2009-11-21
* bash-completion: Move to contribIngmar Vanhassel2009-11-20
* Add notmuch.1.gz to files to be cleanedMikhail Gusarov2009-11-20
* Improve installation of emacs mode.Jeffrey C. Ollie2009-11-20
* Put $(LDFLAGS) after the list of object files.Peter Wang2009-11-19
* Makefile: Create elisp install directory explicitlyIngmar Vanhassel2009-11-19
* Makefile: Actually install the emacs mode.Carl Worth2009-11-19
* Fix linking with gcc to use g++ to link in C++ libs.Stewart Smith2009-11-18
* Older versions of install do not support -C.Jan Janak2009-11-18
* Makefile: Fix missing dependency for notmuch.1 manual page.Carl Worth2009-11-17
* Makefile: Manual pages shouldn't be executableIngmar Vanhassel2009-11-17
* Makefile: Change default install prefix from /usr to /usr/localCarl Worth2009-11-17
* Makefile: Prefer directories as the target for install commands.Carl Worth2009-11-17
* Makefile: Create installation directories explicitlyIngmar Vanhassel2009-11-17