all doc: doxygendoc


doxygendoc:
	make -C ../src/dmv doc

cleanall:
	rm -rf doxygen/html doxygen/latex

.PHONY: all doc doxygendoc cleanall