From: "W. Trevor King" <wking@tremily.us>
To: notmuch@notmuchmail.org
Cc: Tomi Ollila <tomi.ollila@iki.fi>
Subject: [PATCH v3 0/5] rst2man.py support and doc-build cleanups
Date: Sat, 12 Jul 2014 20:10:32 -0700 [thread overview]
Message-ID: <cover.1405220724.git.wking@tremily.us> (raw)
Changes since v2 [1]:
* In patches 1/5 and 5/5, use for loops to check for rst2man[.py] and
rst2html[.py].
* In patches 1/5 and 5/5, store the command names, not the full paths
(command -v …) [2].
* In patch 3/5, I've added argparse handling to the newly-renamed
rst-man2any.py. Tomi suggested modeling the name and UI on texi2any
[3], but texi2any is for converting a single file, while
rst-man2any.py is for converting a whole tree (and it takes an
arbitrary ReST-to-$x converter to do the real work). I've basically
just cleaned things up, but if folks aren't satisfied I'm going to
need more concrete suggestions ;).
Cheers,
Trevor
[1]: id:cover.1399740604.git.wking@tremily.us
http://thread.gmane.org/gmane.mail.notmuch.general/18291
[2]: id:m2ion3dn0r.fsf@guru.guru-group.fi
http://article.gmane.org/gmane.mail.notmuch.general/18652
[3]: id:m2lhrzj8kb.fsf@guru.guru-group.fi
http://article.gmane.org/gmane.mail.notmuch.general/18653
W. Trevor King (5):
doc: Allow rst2man.py as an alternative to rst2man
doc/prerst2man.py: Convert execfile to import
doc/rst-man2any.py: Adjust to handle any output format, not just man
pages
doc: Consolidate Makefile targets around {build|install}-{format}
doc: Add rst2html support for building HTML docs
Makefile.local | 14 ++++++-
configure | 45 ++++++++++++++++++++---
doc/INSTALL | 47 +++++++++++++++++-------
doc/Makefile.local | 48 ++++++++++++++----------
doc/prerst2man.py | 63 --------------------------------
doc/rst-man2any.py | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 217 insertions(+), 105 deletions(-)
delete mode 100644 doc/prerst2man.py
create mode 100755 doc/rst-man2any.py
--
1.9.1.353.gc66d89d
next reply other threads:[~2014-07-13 3:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-13 3:10 W. Trevor King [this message]
2014-07-13 3:10 ` [PATCH v3 1/5] doc: Allow rst2man.py as an alternative to rst2man W. Trevor King
2014-07-13 3:10 ` [PATCH v3 2/5] doc/prerst2man.py: Convert execfile to import W. Trevor King
2014-07-13 3:10 ` [PATCH v3 3/5] doc/rst-man2any.py: Adjust to handle any output format, not just man pages W. Trevor King
2014-07-13 3:10 ` [PATCH v3 4/5] doc: Consolidate Makefile targets around {build|install}-{format} W. Trevor King
2014-07-13 3:10 ` [PATCH v3 5/5] doc: Add rst2html support for building HTML docs W. Trevor King
2014-07-13 6:05 ` [PATCH v3 0/5] rst2man.py support and doc-build cleanups Tomi Ollila
2014-07-13 12:03 ` David Bremner
2014-07-13 17:41 ` W. Trevor King
2014-07-20 20:07 ` Tomi Ollila
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1405220724.git.wking@tremily.us \
--to=wking@tremily.us \
--cc=notmuch@notmuchmail.org \
--cc=tomi.ollila@iki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).