# 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/WindowTBS.md dist_doc_DATA+= docs/Doxyfile dox: echo "Generating HTML" doxygen ./docs/Doxyfile clean-local: -rm -rf docs/html/