DOCS=docs
doc:
	doxygen
html: doc
	$(BROWSER) ${DOCS}/html/index.html
pdf: doc
	$(MAKE) -C ${DOCS}/latex
	evince ${DOCS}/latex/refman.pdf
