Bugfix: make doc didn't work in external builddir.
authorklao
Wed, 08 Jun 2005 15:40:54 +0000
changeset 1451d2143018b4e4
parent 1450 11a35ece69c7
child 1452 9a9acf30dbae
Bugfix: make doc didn't work in external builddir.
doc/Makefile.am
     1.1 --- a/doc/Makefile.am	Wed Jun 08 12:35:18 2005 +0000
     1.2 +++ b/doc/Makefile.am	Wed Jun 08 15:40:54 2005 +0000
     1.3 @@ -18,7 +18,7 @@
     1.4  html/index.html:
     1.5  	if test ${doxygen_found} = yes; then \
     1.6  	  doxygen Doxyfile; \
     1.7 -	  cp icons/geom/ftv2* html; \
     1.8 +	  cp $(srcdir)/icons/geom/ftv2* html; \
     1.9  	fi
    1.10  
    1.11  ## This is needed to make 'make dist' work even if the 'html' subdirectory