summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2016-12-14 22:03:07 -0600
committerViktor Dukhovni <viktor@twosigma.com>2016-12-15 04:31:49 -0500
commit518831885307bcf02e1ce2d887c66e1e62201671 (patch)
tree9798e86f68b4d9feb531cc822db1137125d7fb04
parent59db95ec661024aa8b34b01338f75e76ab531e46 (diff)
Remove doc/manpage noise files
-rw-r--r--doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e79bd4856..764226843 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -74,7 +74,8 @@ doxyout doxygen: base.dxy hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm
for a in $(PROJECTS) ; do \
echo $$a ; \
doxygen $$a.dxy; \
- (cd $(srcdir)/doxyout && find $$a/man -type f > $$a/manpages ) ; \
+ (cd $(srcdir)/doxyout && find $$a/man -type f -name _\* | perl -lne unlink && \
+ find $$a/man -type f > $$a/manpages ) ; \
done
install-data-hook: install-doxygen-manpage