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 EE75C431FBC for ; Sat, 3 Jan 2015 08:45:15 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] 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 dx0DqYJ140VM for ; Sat, 3 Jan 2015 08:45:12 -0800 (PST) Received: from resqmta-po-01v.sys.comcast.net (resqmta-po-01v.sys.comcast.net [96.114.154.160]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A624F431FB6 for ; Sat, 3 Jan 2015 08:45:12 -0800 (PST) Received: from resomta-po-11v.sys.comcast.net ([96.114.154.235]) by resqmta-po-01v.sys.comcast.net with comcast id bUkz1p00354zqzk01UlBQU; Sat, 03 Jan 2015 16:45:11 +0000 Received: from odin.tremily.us ([24.18.63.50]) by resomta-po-11v.sys.comcast.net with comcast id bUlA1p00G152l3L01UlAPi; Sat, 03 Jan 2015 16:45:11 +0000 Received: by odin.tremily.us (Postfix, from userid 1000) id 159FD15706D7; Sat, 3 Jan 2015 08:45:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1420303507; bh=JDPShWWvi15k78QymWRCyVagydYjtr8VWo0ei2y7Zhk=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=mGkwuRi8w7WAz/i1oEnmtNnRPmWlFmqOPLFdH8mSXkZr2Y88HzFd1QMokCvN/oguE y66LhShI7LzaY0SyyyY0sn6gPnP0kPOYv7e+0DEqxbEwvAGytQShSsLSyg2TsdwtGI r9DlDkO3Nblc4dWR3XMNY7vsTUwqkng1Hdn3JrjY= Date: Sat, 3 Jan 2015 08:45:06 -0800 From: "W. Trevor King" To: David Bremner Subject: Re: [PATCH] doc: Allow rst2man.py as an alternative to rst2man Message-ID: <20150103164506.GR14967@odin.tremily.us> References: <1420294479-27224-1-git-send-email-tomi.ollila@iki.fi> <1420300167-5060-1-git-send-email-david@tethera.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OIgbTO1BpLp4mLc1" Content-Disposition: inline In-Reply-To: <1420300167-5060-1-git-send-email-david@tethera.net> OpenPGP: id=39A2F3FA2AB17E5D8764F388FC29BDCDF15F5BE8; url=http://tremily.us/pubkey.txt User-Agent: Mutt/1.5.23 (2014-03-12) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1420303511; bh=r9FtoVG6sC1yf6Fzgy1WRFd1MO82IhrAzDyHyzzFG1E=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=Ac66a7zjYmRDXpNCpUa1EvfA01w6tzVRpK06ulaXif0C+KAXrquyog33fex7Cz0YV V0XnuvlRW0/6+xRQMwvSvq8CwEuxzxawOq2datvZ8quRZbDY+Gvc0j+UG9d7XfiLf0 PMgPP8HaRcgWh8fV2dTVnG4z1lQaJW5GFPTXXtd/0qr8yIhB8h9upxKp2tsVTOzC+D lJhGzacQpchfs3FvR7lfQziMPNegsykeAmRdqPXhcY8z6R7DvcEcjO8DO6sKbwFbY9 yCQoqthI77iKOraVP3vo8YVsEMwG6HM0Za6Bq5aWnwBOqw6lbfb4VyPmycmxbZr8gG 1y8LldMZUNBsA== Cc: notmuch@notmuchmail.org 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, 03 Jan 2015 16:45:16 -0000 --OIgbTO1BpLp4mLc1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jan 03, 2015 at 04:49:27PM +0100, David Bremner wrote: > At the risk of bike-shedding, rewrite the configure check to be more > "obvious". This is pretty subjective, but in particular I'm not a > big fan of resetting RST2MAN at the bottom of every iteration of the > for loop. Also conform a bit more to the convention of using a > lower case variable in configure and assigning it in Makefile. I'm fine with all of these changes. > @@ -854,6 +860,9 @@ HAVE_RST2MAN=3D${have_rst2man} > # Whether there's a doxygen binary available for building api documentat= ion > HAVE_DOXYGEN=3D${have_doxygen} > =20 > +# The path to the rst2man program for building documentation. > +RST2MAN =3D ${rst2man} > + > # The directory to which desktop files should be installed > desktop_dir =3D \$(prefix)/share/applications > =20 I'd keep the RST2MAN entry right after HAVE_RST2MAN, instead of having HAVE_DOXYGEN between them. Cheers, Trevor --=20 This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy --OIgbTO1BpLp4mLc1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJUqByRAAoJEG8/JgBt8ol8AhEQAJg1GcrqLh+A3vJRc18qseNC alJFh181Yn9CeUoeeUOcACBbGYftQqWgTynaqW+o82pzekWrUrTGgIWSx0Y/exM+ SHpdqesGUgE+9fBqY3sViCpToIxqdPy/D5rYJNZ7vRnSt6oWmPay+lWAR0t0mzfE 1LkAsv3BXTcwvScQIsIyepQiLH4srSFqneizzIEojApYSW8CMlarMpQzbkegPSOd 1WsSnKnE9i5tCn4IQv0Q4JUleMU1NEFfIhlac74J1h4jlRpCk2sGRepkJEq89hK0 DFOdPRIxrX5kwfnmn9u25gDFe0l+pU2frVN7N169+nSRdnd0l/1w3uUbch8JjDgk JxRXt/yQO+I4HxjNTmQwCjrB0YyvUPzwoPXqsBA3r9oc+fzPtDUR2PcSH8w5zk7V FBnZ3Y9Fu4td6yLCN5Oi0HL1frf0R6VwmYD/OO9PRgKRjAfyEddtK9MmBB2m9DrB xhSRtWa6xFbti19bV79yMFHzTvphbCXKrAy7R6d8GkLhjyI0mERGiqu/G61HND8M WdMf+2HuWR4J/jbVrcItsm0HDU4HLPb4Gt1C2wIk2twt06f+GyB2ti2i5fNi24tE uZwwRrOFExAggIihgjcTCX8d+ntgtyxaEh+A1rhCPoueOv33VF6FQwdZhsNLj7/t T2ommQgjCDXeKlX3t2yH =8DBd -----END PGP SIGNATURE----- --OIgbTO1BpLp4mLc1--