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

$(TARGET): ../src/*.h ../src/transform/*.h ../src/inout/*.h ../src/coloring/*.h Doxyfile Epetra.* footer.html index.doc
	doxygen

clean:
	rm -rf html latex man rtf
