Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 0BD19431FBD for ; Sat, 12 Jul 2014 01:16:46 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7dE875dHOYUn for ; Sat, 12 Jul 2014 01:16:42 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 7F26B431FBC for ; Sat, 12 Jul 2014 01:16:42 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id B6ED310008F; Sat, 12 Jul 2014 11:16:36 +0300 (EEST) From: Tomi Ollila To: "W. Trevor King" , notmuch@notmuchmail.org Subject: Re: [PATCH v2 3/5] doc/prerst2x.py: Adjust to handle any output format, not just man pages In-Reply-To: References: User-Agent: Notmuch/0.18.1+25~gdaf4b6f (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2014 08:16:46 -0000 On Sat, May 10 2014, "W. Trevor King" wrote: > For example, with these changes we can build HTML output using: > > $ prerst2x.py rst2html ${SRCDIR} ${OUTDIR} html > > The extension adjustment ensures that the output filenames from the > above command match what we currently generate with sphinx-html. Looks like a good idea... ... how about modeling this name & interface along texi2any(1) (or something similar -- I come across this when trying to find pbmplus/netpbm commands) otherwise series looks good Tomi