mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
docs: remove spurious man page generated from doxygen
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
This commit is contained in:
parent
b10b5115f8
commit
5694d72a83
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)
|
||||
rm $(DOCBUILDDIR)/man/man3/_*.3
|
||||
perl -pi -e 's/^[.]RI "\\fI/.RI "\\fP/' $(APIMAN)
|
||||
else
|
||||
apidocs:
|
||||
|
|
Loading…
Reference in a new issue