unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH v3 0/5] rst2man.py support and doc-build cleanups
@ 2014-07-13  3:10 W. Trevor King
  2014-07-13  3:10 ` [PATCH v3 1/5] doc: Allow rst2man.py as an alternative to rst2man W. Trevor King
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: W. Trevor King @ 2014-07-13  3:10 UTC (permalink / raw)
  To: notmuch; +Cc: Tomi Ollila

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-07-20 20:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-13  3:10 [PATCH v3 0/5] rst2man.py support and doc-build cleanups W. Trevor King
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

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).