# Doxygen will generate html latex man and rtf format document.  Use the main
# html page as the target.
TARGET=html/index.html

$(TARGET): ../src/*.hpp Doxyfile tpetra.* footer.html index.doc
	doxygen Doxyfile

clean: 
	rm -rf html latex man rtf
