Ajout delai avant de rendre la main.

This commit is contained in:
Laurent Destailleur 2005-07-10 19:24:22 +00:00
parent 8dfe0fe37f
commit ba178544cc

View File

@ -20,6 +20,7 @@ print "Running dir for doxygen must be: $DIR/../..\n";
if (! -s "doc/dev/dolibarr-doxygen.conf") {
print "Error: current directory for building Dolibarr doxygen documentation is not correct.\n";
sleep 4;
exit 1;
}