|
@@ -2777,6 +2777,10 @@ if test "$enable_build_doc" = "yes" ; then
|
|
if test "$epstopdfcommand" = "" ; then
|
|
if test "$epstopdfcommand" = "" ; then
|
|
enable_build_doc="no"
|
|
enable_build_doc="no"
|
|
fi
|
|
fi
|
|
|
|
+ if test -f "$srcdir/doc/doxygen/starpu.pdf"
|
|
|
|
+ then
|
|
|
|
+ enable_build_doc="no"
|
|
|
|
+ fi
|
|
fi
|
|
fi
|
|
AC_MSG_CHECKING(whether documentation should be compiled)
|
|
AC_MSG_CHECKING(whether documentation should be compiled)
|
|
AC_MSG_RESULT($enable_build_doc)
|
|
AC_MSG_RESULT($enable_build_doc)
|