# No brain dementing automake trickery here

all:

docs: 
	doxygen Doxyfile

install:
	@echo 'Nothing to install for docs'
clean:
	rm -rf html latex xml
