doc: 'rm -f' potential doxygen temporary output file

Some (older) Doxygen versions do not create such a temporary file.
This commit is contained in:
Tomi Ollila 2014-09-01 21:44:59 +03:00 committed by David Bremner
parent cca05ac10e
commit ef5e66ae8e

View file

@ -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: