mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc: 'rm -f' potential doxygen temporary output file
Some (older) Doxygen versions do not create such a temporary file.
This commit is contained in:
parent
cca05ac10e
commit
ef5e66ae8e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +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
|
||||
rm -f $(DOCBUILDDIR)/man/man3/_*.3
|
||||
perl -pi -e 's/^[.]RI "\\fI/.RI "\\fP/' $(APIMAN)
|
||||
else
|
||||
apidocs:
|
||||
|
|
Loading…
Reference in a new issue