From d75d8b9735f8eac84127e437f492b6e8c2bc7d05 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 25 Apr 2013 22:19:09 +2100 Subject: [PATCH] Second draft of info manual --- 0a/c73cf8f66043567e8c9c53058e6d45b9f03f7e | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 0a/c73cf8f66043567e8c9c53058e6d45b9f03f7e diff --git a/0a/c73cf8f66043567e8c9c53058e6d45b9f03f7e b/0a/c73cf8f66043567e8c9c53058e6d45b9f03f7e new file mode 100644 index 000000000..c6292723e --- /dev/null +++ b/0a/c73cf8f66043567e8c9c53058e6d45b9f03f7e @@ -0,0 +1,68 @@ +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 E4D4C431FAF + for ; Wed, 24 Apr 2013 18:19: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 2E5xoE1FIOU0 for ; + Wed, 24 Apr 2013 18:19:46 -0700 (PDT) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 8D6E1431FAE + for ; Wed, 24 Apr 2013 18:19:46 -0700 (PDT) +Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.82.78] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) + (envelope-from ) id 1UVAqc-0002Tv-Sk + for notmuch@notmuchmail.org; Wed, 24 Apr 2013 22:19:43 -0300 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) id 1UVAqX-00013w-A7 + for notmuch@notmuchmail.org; Wed, 24 Apr 2013 22:19:37 -0300 +From: david@tethera.net +To: notmuch@notmuchmail.org +Subject: Second draft of info manual +Date: Wed, 24 Apr 2013 22:19:09 -0300 +Message-Id: <1366852752-3584-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.8.2.rc2 +In-Reply-To: <1362882151-14030-1-git-send-email-david@tethera.net> +References: <1362882151-14030-1-git-send-email-david@tethera.net> +X-Spam_bar: - +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: Thu, 25 Apr 2013 01:19:47 -0000 + +In order to get docs both as man pages and as info docs for reading in +emacs, I decided to try converting a couple man pages to pod. + +There turned out to a painful amount of infrastructure needed to get +this working, so I didn't get much done on the notmuch-emacs docs. + +I think all the infrastructure is in place at this point. I'm probably +not going to do much more work into the actual docs until I get some +feedback on the basic approach; it's clear that the autoconverted pod +files need a bit of tidying. + +As far as build depends, this needs only perl for the basic docs +(pod2man is part of perl since a while). To build the info docs needs +pod2texi and makinfo, which are part of recent texinfo releases. + -- 2.26.2