doc/Makefile.am
changeset 1450 11a35ece69c7
parent 1401 9588dcef6793
child 1451 d2143018b4e4
     1.1 --- a/doc/Makefile.am	Tue Jun 07 16:13:21 2005 +0000
     1.2 +++ b/doc/Makefile.am	Wed Jun 08 12:35:18 2005 +0000
     1.3 @@ -16,7 +16,10 @@
     1.4  ## TODO: 'html/index.html' should depend on the files listed in Doxyfile's
     1.5  ## INPUT variable.
     1.6  html/index.html:
     1.7 -	if test ${doxygen_found} = yes; then doxygen Doxyfile; fi
     1.8 +	if test ${doxygen_found} = yes; then \
     1.9 +	  doxygen Doxyfile; \
    1.10 +	  cp icons/geom/ftv2* html; \
    1.11 +	fi
    1.12  
    1.13  ## This is needed to make 'make dist' work even if the 'html' subdirectory
    1.14  ## does not exist.