mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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.
This commit is contained in:
parent
c6cdac8ece
commit
934e333a08
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue