<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/doc/prerst2man.py, branch 0.18</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.18</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.18'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2014-04-21T12:32:03Z</updated>
<entry>
<title>doc/prerst2man.py: Fix 'os.system' -&gt; 'system' typo</title>
<updated>2014-04-21T12:32:03Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2014-04-05T17:31:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c3d54c4b54959633f2aee5e57ae21db71af15dbd'/>
<id>urn:sha1:c3d54c4b54959633f2aee5e57ae21db71af15dbd</id>
<content type='text'>
Avoid:

  $ make HAVE_SPHINX=0 HAVE_RST2MAN=1 build-man
  python ./doc/prerst2man.py ./doc doc/_build/man
  Traceback (most recent call last):
    File "./doc/prerst2man.py", line 65, in &lt;module&gt;
      os.system('set -x; rst2man {0} {1}/{2}.{3}'
  NameError: name 'os' is not defined
  make: *** [doc/_build/man/man1/notmuch.1] Error 1

by using system directly.  We don't need the 'os.' namespacing,
because the function was imported with:

  from os import makedirs, system
</content>
</entry>
<entry>
<title>doc/prerst2man.py: Use Python-3-compatible octal notation</title>
<updated>2014-04-21T12:31:54Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2014-04-05T17:31:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=334f247d9f5dc96db0d57bfa64cab1cf8b333ce4'/>
<id>urn:sha1:334f247d9f5dc96db0d57bfa64cab1cf8b333ce4</id>
<content type='text'>
Python 3 only supports the 0oXXX notation for octal literals [1,2],
which have also been supported in 2.x since 2.6 [2].

[1]: https://docs.python.org/3.0/whatsnew/3.0.html#integers
[2]: http://legacy.python.org/dev/peps/pep-3127/
</content>
</entry>
<entry>
<title>doc: cosmetic fix for prerst2man.py</title>
<updated>2014-03-18T10:46:08Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-03-13T03:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4430b14106ce0d43c9f0387d442b50da370951e0'/>
<id>urn:sha1:4430b14106ce0d43c9f0387d442b50da370951e0</id>
<content type='text'>
Fix a particular egregious combination of format and string
concatenation.
</content>
</entry>
<entry>
<title>doc: add target rst2man to build man pages using rst2man</title>
<updated>2014-03-09T13:41:09Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-01-28T16:12:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=df70fc4b4b7295f9f5c512c5e1e5c8c46a620944'/>
<id>urn:sha1:df70fc4b4b7295f9f5c512c5e1e5c8c46a620944</id>
<content type='text'>
Many people have docutils installed, but not sphinx. Allow these
people to build the man pages.
</content>
</entry>
</feed>
