W. Trevor King
|
334f247d9f
|
doc/prerst2man.py: Use Python-3-compatible octal notation
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/
|
2014-04-21 21:31:54 +09:00 |
|
David Bremner
|
4430b14106
|
doc: cosmetic fix for prerst2man.py
Fix a particular egregious combination of format and string
concatenation.
|
2014-03-18 07:46:08 -03:00 |
|
David Bremner
|
df70fc4b4b
|
doc: add target rst2man to build man pages using rst2man
Many people have docutils installed, but not sphinx. Allow these
people to build the man pages.
|
2014-03-09 10:41:09 -03:00 |
|