htmldir = $(datadir)/doc/$(DOCSUFFIX)/html
EXTRA_DIST = \
	html \
	icons/geom/ftv2doc.png \
	icons/geom/ftv2folderclosed.png \
	icons/geom/ftv2folderopen.png \
	coding_style.dox \
	demoprograms.dox \
	developers_interface.dox \
	dirs.dox \
	getstart.dox \
	graph-adaptors.dox \
	graph_io.dox \
	graphs.dox \
	groups.dox \
	license.dox \
	mainpage.dox \
	maps.dox \
	named-param.dox \
	namespaces.dox \
	quicktour.dox \
	undir_graphs.dox
html/index.html:
	if test ${doxygen_found} = yes; then \
	  doxygen Doxyfile; \
	  cp $(srcdir)/icons/geom/ftv2* html; \
	fi
html: html/index.html
clean-local:
	-rm -rf html
install-data-local: html/index.html
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(htmldir)
	@dir='$(