<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/Makefile.local, branch 0.1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2010-04-05T22:46:05Z</updated>
<entry>
<title>Makefile: Finish implementing the "make release" target.</title>
<updated>2010-04-05T22:46:05Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-05T22:43:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4c7ee0f016c2f79c332608ff94a38126dccf6ba2'/>
<id>urn:sha1:4c7ee0f016c2f79c332608ff94a38126dccf6ba2</id>
<content type='text'>
And hopefully it actually works.
</content>
</entry>
<entry>
<title>Makefile: Start implementing a "make release" target.</title>
<updated>2010-04-05T22:31:15Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-05T22:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cdb6e12d8c32b21ca844e85d35a11033d54f7a01'/>
<id>urn:sha1:cdb6e12d8c32b21ca844e85d35a11033d54f7a01</id>
<content type='text'>
So far just doing checks that the version is sane and that no release
of the same version already exists.
</content>
</entry>
<entry>
<title>Makefile: Add a dist target.</title>
<updated>2010-04-05T21:22:00Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-05T21:22:00Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=04e816416fb9f5b6447896ccdb153a6f93c3e949'/>
<id>urn:sha1:04e816416fb9f5b6447896ccdb153a6f93c3e949</id>
<content type='text'>
To create a versioned tar file for release.
</content>
</entry>
<entry>
<title>Makfiles: Make the top-level targets PHONY</title>
<updated>2010-04-05T19:59:06Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-05T19:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4235ef510926c8b25aeb55966c8d990c1594be64'/>
<id>urn:sha1:4235ef510926c8b25aeb55966c8d990c1594be64</id>
<content type='text'>
Just to avoid any clash with files of the same names.
</content>
</entry>
<entry>
<title>Makefile.local: Automatically use makefile mode</title>
<updated>2010-04-03T19:31:49Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-03-21T09:54:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d3884a5984c26159169d58b9cc8fb2a137fb48a2'/>
<id>urn:sha1:d3884a5984c26159169d58b9cc8fb2a137fb48a2</id>
<content type='text'>
We add a magic line to the beginning of each Makefile.local file to
help the editor know that it should use makefile mode for editing the
file, (even though the filename isn't exactly "Makefile").

Edited-by: Carl Worth &lt;cworth@cworth.org&gt;: Expand treatment from
emacs/Makefile.local to each instance of Makefile.local.
</content>
</entry>
<entry>
<title>Makefile: Add the emacs directory to load-path when compiling</title>
<updated>2010-04-03T19:11:55Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-04-01T10:38:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7b1566db8a2ba682d9e2b7a83a1d8793f92295f3'/>
<id>urn:sha1:7b1566db8a2ba682d9e2b7a83a1d8793f92295f3</id>
<content type='text'>
Reviewed-by: Carl Worth &lt;cworth@cworth.org&gt;: Presumably, this is to
enable proper building in the very near-term future where the emacs
implementation consists of multiple files where some will `require'
functions from others.
</content>
</entry>
<entry>
<title>Makefile: Only print the "make install" hint after the first build.</title>
<updated>2010-04-02T21:06:32Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-02T21:06:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a07962d3ec898f58507f71ada7af66f1c305cf60'/>
<id>urn:sha1:a07962d3ec898f58507f71ada7af66f1c305cf60</id>
<content type='text'>
It was getting quite annoying to see this big block of text on every
little build, (but I didn't want to get rid of it for any new users).
This seems to strike the right balance.
</content>
</entry>
<entry>
<title>notmuch: Add a version (0.1 initially) with a new --version option.</title>
<updated>2010-04-02T18:55:09Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-02T18:55:09Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b2a9fcd5cfd1bf84321b8bf53b37e7fb98618d6e'/>
<id>urn:sha1:b2a9fcd5cfd1bf84321b8bf53b37e7fb98618d6e</id>
<content type='text'>
We're planning to do actual releases soon, so we need a version
number to put into the tar file.
</content>
</entry>
<entry>
<title>Compile a static notmuch binary (but only install the shared version)</title>
<updated>2010-04-01T22:03:40Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-01T22:03:40Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f689c83af4e1d271d056b24da9e46e7b679ff978'/>
<id>urn:sha1:f689c83af4e1d271d056b24da9e46e7b679ff978</id>
<content type='text'>
The idea here is to allow a new user of notmuch to be able to run
notmuch immediately after compiling, (without having to install
the shared library first). This also ensures that the test suite
tests the locally compiled library, and not whatever installled
version of the library the dynamic linker happens to find.
</content>
</entry>
<entry>
<title>lib: Switch to a 3-part version number for the library interface.</title>
<updated>2010-04-01T07:41:25Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-01T07:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c0961e6a827a8abcf1532a7671f09048e390648c'/>
<id>urn:sha1:c0961e6a827a8abcf1532a7671f09048e390648c</id>
<content type='text'>
With a carefully documented description of how to increment the
various version components.
</content>
</entry>
</feed>
