Remove doc/manpage noise files

This commit is contained in:
Nicolas Williams
2016-12-14 22:03:07 -06:00
parent ecb0b6b590
commit 7aabd73f18

View File

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