From 7aabd73f18ace70f5d0523b18dc22bd4f62588d2 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Wed, 14 Dec 2016 22:03:07 -0600 Subject: [PATCH] Remove doc/manpage noise files --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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