]> git.notmuchmail.org Git - notmuch/commitdiff
doc: postprocess notmuch.3
authorDavid Bremner <david@tethera.net>
Tue, 1 Jul 2014 19:13:03 +0000 (16:13 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 9 Jul 2014 22:32:44 +0000 (19:32 -0300)
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

index 72b8f686f2b9023b21156c3400e6b5d576c17681..9b6cfe58fc87f7f098163b842e277ff01ce7bcd0 100644 (file)
@@ -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: