diff -r ac7e995e47e2 -r 11a35ece69c7 doc/Makefile.am --- a/doc/Makefile.am Tue Jun 07 16:13:21 2005 +0000 +++ b/doc/Makefile.am Wed Jun 08 12:35:18 2005 +0000 @@ -16,7 +16,10 @@ ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's ## INPUT variable. html/index.html: - if test ${doxygen_found} = yes; then doxygen Doxyfile; fi + if test ${doxygen_found} = yes; then \ + doxygen Doxyfile; \ + cp icons/geom/ftv2* html; \ + fi ## This is needed to make 'make dist' work even if the 'html' subdirectory ## does not exist.