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 1E386431FB6 for ; Sun, 6 Apr 2014 01:18:32 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.775 X-Spam-Level: * X-Spam-Status: No, score=1.775 tagged_above=-999 required=5 tests=[URIBL_BLACK=1.775] 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 bR7XiCqAzvkN for ; Sun, 6 Apr 2014 01:18:28 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 74366431FAF for ; Sun, 6 Apr 2014 01:18:28 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 6CFF2100086; Sun, 6 Apr 2014 11:18:22 +0300 (EEST) From: Tomi Ollila To: David Bremner , "W. Trevor King" , notmuch@notmuchmail.org Subject: Re: [PATCH 7/7] doc/INSTALL: Remove rst2man reference and other updates In-Reply-To: <874n271plm.fsf@maritornes.cs.unb.ca> References: <874n271plm.fsf@maritornes.cs.unb.ca> User-Agent: Notmuch/0.17+174~gef82849 (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: Sun, 06 Apr 2014 08:18:32 -0000 On Sat, Apr 05 2014, David Bremner wrote: > "W. Trevor King" writes: > >> >> * Converted doc/INSTALL to reStructuredText, so I can link to Sphinx >> and Docutils directly. Not everyone has access to Debian's >> python-docutils, so it's better to be genric here. > > Finally, I don't really object to rewriting doc/INSTALL in rst, but I > wonder if we should rename it to INSTALL.rst Or make the file start with '.. -*- rst -*-' ? > > d Tomi