Fix: synchro

This commit is contained in:
Regis Houssin 2011-09-16 20:07:13 +00:00
parent 349cf75db8
commit 9383e493ab

View File

@ -89,7 +89,7 @@
<!-- Generate API documentation -->
<target name="doxygen" description="Dolibarr documentation" >
<exec executable="doxygen" dir="${basedir}/hudson/doxygen" failonerror="false">
<exec executable="doxygen" dir="${basedir}" failonerror="false">
<arg value="${basedir}/build/doxygen/hudson-doxygen.doxyfile"/>
</exec>
</target>