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 4442F431FC9 for ; Sat, 12 Jul 2014 22:56:44 -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 IZX084mdYiLU for ; Sat, 12 Jul 2014 22:56:37 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 7618F431FBD for ; Sat, 12 Jul 2014 22:56:37 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id EA6A71000B3; Sun, 13 Jul 2014 08:56:29 +0300 (EEST) From: Tomi Ollila To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH] docs: remote spurious man page generated from doxygen In-Reply-To: <1405199092-7909-1-git-send-email-david@tethera.net> References: <1405199092-7909-1-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: Sun, 13 Jul 2014 05:56:44 -0000 On Sun, Jul 13 2014, David Bremner wrote: > 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 LGTM. Tomi > --- > 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 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch