projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b10b511
)
docs: remove spurious man page generated from doxygen
author
David Bremner
<david@tethera.net>
Sat, 12 Jul 2014 21:04:52 +0000
(18:04 -0300)
committer
David Bremner
<david@tethera.net>
Sun, 13 Jul 2014 11:59:02 +0000
(08:59 -0300)
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
doc/Makefile.local
patch
|
blob
|
history
diff --git
a/doc/Makefile.local
b/doc/Makefile.local
index 9b6cfe58fc87f7f098163b842e277ff01ce7bcd0..0887413997e6d6a97b13db47d15ee072212ffd8b 100644
(file)
--- a/
doc/Makefile.local
+++ b/
doc/Makefile.local
@@
-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: