From: David Bremner Date: Sat, 12 Jul 2014 21:04:52 +0000 (+2100) Subject: [PATCH] docs: remote spurious man page generated from doxygen X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dd295161187881b53fd6878450334393770b89cb;p=notmuch-archives.git [PATCH] docs: remote spurious man page generated from doxygen --- diff --git a/93/73c7cbb639c2d71f1cc6762cfd2d091f43cdbd b/93/73c7cbb639c2d71f1cc6762cfd2d091f43cdbd new file mode 100644 index 000000000..d454fc1fc --- /dev/null +++ b/93/73c7cbb639c2d71f1cc6762cfd2d091f43cdbd @@ -0,0 +1,71 @@ +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 35599431FBD + for ; Sat, 12 Jul 2014 14:05:22 -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 Qswd6GBuIvUl for ; + Sat, 12 Jul 2014 14:05:12 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 0E60D431FBC + for ; Sat, 12 Jul 2014 14:05:12 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1X64Tn-0003rY-Gg; Sat, 12 Jul 2014 18:05:11 -0300 +Received: (nullmailer pid 7955 invoked by uid 1000); Sat, 12 Jul 2014 + 21:05:07 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: [PATCH] docs: remote spurious man page generated from doxygen +Date: Sat, 12 Jul 2014 18:04:52 -0300 +Message-Id: <1405199092-7909-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.0.0 +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, 12 Jul 2014 21:05:22 -0000 + +There is a doxygen bug about these odd files, + + https://bugzilla.gnome.org/show_bug.cgi?id=727796 + +But it isn't clear if / when a fix will be provided, so just delete it +to avoid e.g. confusing man-to-wiki.pl +--- + doc/Makefile.local | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/doc/Makefile.local b/doc/Makefile.local +index 9b6cfe5..0887413 100644 +--- a/doc/Makefile.local ++++ b/doc/Makefile.local +@@ -70,6 +70,7 @@ install-apidocs: apidocs + $(APIMAN): $(dir)/config.dox $(srcdir)/$(dir)/doxygen.cfg $(srcdir)/lib/notmuch.h + mkdir -p $(DOCBUILDDIR)/man/man3 + doxygen $(DOXYFILE) ++ rm $(DOCBUILDDIR)/man/man3/_*.3 + perl -pi -e 's/^[.]RI "\\fI/.RI "\\fP/' $(APIMAN) + else + apidocs: +-- +2.0.0 +