wolfTPM/docs/include.am

19 lines
382 B
Plaintext

# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root
dist_doc_DATA+= docs/README.md
dist_doc_DATA+= docs/SWTPM.md
dist_doc_DATA+= docs/DEVTPM.md
dist_doc_DATA+= docs/FWTPM.md
dist_doc_DATA+= docs/WindowTBS.md
dist_doc_DATA+= docs/Doxyfile
dox:
echo "Generating HTML"
doxygen ./docs/Doxyfile
clean-local:
-rm -rf docs/html/