aboutsummaryrefslogtreecommitdiff
path: root/Makefile.local
AgeCommit message (Expand)Author
2010-03-10Makefile: Conditionalize the "make install" message.Carl Worth
2010-03-10Makefile: Simplify the conditional message of the all target.Carl Worth
2010-03-10Makefile: Add message to make install listing the other install targets.Carl Worth
2010-03-09Makefile: Add a meesage after "make" telling the user to run "make install"Carl Worth
2010-03-09emacs: Move emacs UI (currently just one file) to subdirectory.David Bremner
2010-02-23Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show.Scott Robinson
2010-01-24Add install target for notmuch.desktop file.Jeffrey C. Ollie
2010-01-14Install zsh completion filemartin f. krafft
2009-12-04fix Makefile.local to install bash completion definitions as not executableJameson Graef Rollins
2009-12-04Fix quiet compilation to print the user's CFLAGS, CXXFLAGS, LDFLAGS.Carl Worth
2009-12-01Makefile: Incorporate getline implementation into the build.Carl Worth
2009-12-01Makefile: Add new "install-bash" target for bash completion supportCarl Worth
2009-11-26notmuch: New command 'search-tags'.Jan Janak
2009-11-23Add 'notmuch count' command to show the count of matching messagesKeith Packard
2009-11-22notmuch-new: Only install SIGALRM if not running under gdbChris Wilson
2009-11-22Makefile: Fix to work even with GZIP environment variable set.Carl Worth
2009-11-22Makefile: Magic silent rules.Chris Wilson
2009-11-21Make bash completion directory configurable.James Rowe
2009-11-20bash-completion: Move to contribIngmar Vanhassel
2009-11-20Add notmuch.1.gz to files to be cleanedMikhail Gusarov
2009-11-20Improve installation of emacs mode.Jeffrey C. Ollie
2009-11-19Put $(LDFLAGS) after the list of object files.Peter Wang
2009-11-19Makefile: Create elisp install directory explicitlyIngmar Vanhassel
2009-11-19Makefile: Actually install the emacs mode.Carl Worth
2009-11-18Fix linking with gcc to use g++ to link in C++ libs.Stewart Smith
2009-11-18Older versions of install do not support -C.Jan Janak
2009-11-17Makefile: Fix missing dependency for notmuch.1 manual page.Carl Worth
2009-11-17Makefile: Manual pages shouldn't be executableIngmar Vanhassel
2009-11-17Makefile: Change default install prefix from /usr to /usr/localCarl Worth
2009-11-17Makefile: Prefer directories as the target for install commands.Carl Worth
2009-11-17Makefile: Create installation directories explicitlyIngmar Vanhassel
2009-11-11notmuch new: Unbreak after the addition of notmuch-config.Carl Worth
2009-11-11notmuch: Add a configuration system.Carl Worth
2009-11-10notmuch reply: Add (incomplete) reply commandKeith Packard
2009-11-10notmuch: Break notmuch.c up into several smaller files.Carl Worth
2009-11-10Makefile: Simplify setting of CFLAGS, etc.Carl Worth
2009-11-10Implement a non-recursive make.Carl Worth