* [PATCH] docs: remote spurious man page generated from doxygen
@ 2014-07-12 21:04 David Bremner
2014-07-13 5:56 ` Tomi Ollila
2014-07-13 6:07 ` Jani Nikula
0 siblings, 2 replies; 4+ messages in thread
From: David Bremner @ 2014-07-12 21:04 UTC (permalink / raw)
To: notmuch
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: remote spurious man page generated from doxygen
2014-07-12 21:04 [PATCH] docs: remote spurious man page generated from doxygen David Bremner
@ 2014-07-13 5:56 ` Tomi Ollila
2014-07-13 6:07 ` Jani Nikula
1 sibling, 0 replies; 4+ messages in thread
From: Tomi Ollila @ 2014-07-13 5:56 UTC (permalink / raw)
To: David Bremner, notmuch
On Sun, Jul 13 2014, David Bremner <david@tethera.net> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: remote spurious man page generated from doxygen
2014-07-12 21:04 [PATCH] docs: remote spurious man page generated from doxygen David Bremner
2014-07-13 5:56 ` Tomi Ollila
@ 2014-07-13 6:07 ` Jani Nikula
2014-07-13 12:07 ` David Bremner
1 sibling, 1 reply; 4+ messages in thread
From: Jani Nikula @ 2014-07-13 6:07 UTC (permalink / raw)
To: David Bremner; +Cc: Notmuch Mail
[-- Attachment #1: Type: text/plain, Size: 1036 bytes --]
s/remote/remove/ in subject.
BR,
Jani.
On Jul 13, 2014 12:05 AM, "David Bremner" <david@tethera.net> 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
> ---
> 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
[-- Attachment #2: Type: text/html, Size: 1650 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: remote spurious man page generated from doxygen
2014-07-13 6:07 ` Jani Nikula
@ 2014-07-13 12:07 ` David Bremner
0 siblings, 0 replies; 4+ messages in thread
From: David Bremner @ 2014-07-13 12:07 UTC (permalink / raw)
To: Jani Nikula; +Cc: Notmuch Mail
Jani Nikula <jani@nikula.org> writes:
> s/remote/remove/ in subject.
>
> BR,
> Jani.
pushed typofixed version.
d
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-13 12:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-12 21:04 [PATCH] docs: remote spurious man page generated from doxygen David Bremner
2014-07-13 5:56 ` Tomi Ollila
2014-07-13 6:07 ` Jani Nikula
2014-07-13 12:07 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).