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 C28CA40DAC2 for ; Wed, 3 Nov 2010 10:29:35 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.6 X-Spam-Level: X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham 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 fcCRtSu+66fY for ; Wed, 3 Nov 2010 10:29:25 -0700 (PDT) Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A09EB4196F0 for ; Wed, 3 Nov 2010 10:29:25 -0700 (PDT) Received: from rocinante.cs.unb.ca (fctnnbsc30w-142167176217.pppoe-dynamic.High-Speed.nb.bellaliant.net [142.167.176.217]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id oA3HTN1Z016638 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Wed, 3 Nov 2010 14:29:23 -0300 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.72) (envelope-from ) id 1PDh9G-0001Uo-UX; Wed, 03 Nov 2010 14:29:22 -0300 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH 3/4] Add rules to build notmuch.1 and notmuch-help.h from the pod file. In-Reply-To: <1288804736-5173-4-git-send-email-david@tethera.net> References: <874oc4r4bu.fsf@yoom.home.cworth.org> <1288804736-5173-4-git-send-email-david@tethera.net> User-Agent: Notmuch/0.3.1-59-g676d251 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Wed, 03 Nov 2010 14:29:22 -0300 Message-ID: <87mxpq48p9.fsf@rocinante.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Wed, 03 Nov 2010 17:29:35 -0000 On Wed, 3 Nov 2010 14:18:55 -0300, david@tethera.net wrote: > +notmuch_help_files= \ > + notmuch-setup-help.h \ > + notmuch-new-help.h \ > + notmuch-show-help.h \ > + notmuch-search-help.h \ > + notmuch-count-help.h \ > + notmuch-reply-help.h \ > + notmuch-tag-help.h \ > + notmuch-dump-help.h \ > + notmuch-restore-help.h \ > + notmuch-part-help.h > + Oops. This bit is leftover from when I tried to do everything in the Makefile. It is not needed now. Also I'm sad that deleting a file made a 600 line diff, sorry about that. Maybe there is some option to tell it that the patch will be applied by git. I didn't see it right away. d