From: Tomi Ollila Date: Tue, 1 Jul 2014 18:46:22 +0000 (+0300) Subject: Re: [PATCH 2/2] doc: postprocess notmuch.3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f822a42ecaaa5e991c16d1d6072508e9d0b8df87;p=notmuch-archives.git Re: [PATCH 2/2] doc: postprocess notmuch.3 --- diff --git a/5f/5e6f1983224ce5122b222ff106e438c1879858 b/5f/5e6f1983224ce5122b222ff106e438c1879858 new file mode 100644 index 000000000..d4195b8bb --- /dev/null +++ b/5f/5e6f1983224ce5122b222ff106e438c1879858 @@ -0,0 +1,87 @@ +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 4BEAF431FC3 + for ; Tue, 1 Jul 2014 11:46:33 -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 rdEWV75ilqp5 for ; + Tue, 1 Jul 2014 11:46:27 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id C0146431FBC + for ; Tue, 1 Jul 2014 11:46:27 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 373DF100033; + Tue, 1 Jul 2014 21:46:23 +0300 (EEST) +From: Tomi Ollila +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH 2/2] doc: postprocess notmuch.3 +In-Reply-To: <1404232834-13777-3-git-send-email-david@tethera.net> +References: <1396749744-19638-3-git-send-email-david@tethera.net> + <1404232834-13777-1-git-send-email-david@tethera.net> + <1404232834-13777-3-git-send-email-david@tethera.net> +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: Tue, 01 Jul 2014 18:46:33 -0000 + +On Tue, Jul 01 2014, David Bremner wrote: + +> Remove excess italics from doxygen output. It seems to make no +> sense (and is certainly ugly) to italicize the first argument to the +> .RI macro. +> --- +> doc/Makefile.local | 2 ++ +> 1 file changed, 2 insertions(+) +> +> diff --git a/doc/Makefile.local b/doc/Makefile.local +> index e9402b4..0114b24 100644 +> --- a/doc/Makefile.local +> +++ b/doc/Makefile.local +> @@ -80,6 +80,8 @@ endif +> +> $(APIMAN): $(dir)/version.dox $(dir)/doxygen.cfg $(srcdir)/lib/notmuch.h +> doxygen $(DOXYFILE) +> + sed -i 's/^[.]RI "[\]fI/.RI "\\fP/' $(dir)/doc/_build/man/man3/notmuch.3 + +This series LGTM, and works ok... WHEN THE ABOVE LINE IS FIXED >;D + +Tomi + + +> + +> +> $(dir)/version.dox: version.stamp +> echo "PROJECT_NAME = \"Notmuch $(VERSION)\"" > $@ +> -- +> 2.0.0.rc2 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch