From: David Bremner Date: Tue, 1 Jul 2014 19:13:03 +0000 (-0300) Subject: doc: postprocess notmuch.3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=934e333a08e7f0ef24a3f139dd3d8738d28f1bd5;p=notmuch.git doc: postprocess notmuch.3 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. --- diff --git a/doc/Makefile.local b/doc/Makefile.local index 72b8f686..9b6cfe58 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) + perl -pi -e 's/^[.]RI "\\fI/.RI "\\fP/' $(APIMAN) else apidocs: install-apidocs: