svn+ssh://danydb@svn/svn/phpcompta/branches/rel520 ........ r3674 | danydb | 2010-09-19 01:25:18 +0200 (Sun, 19 Sep 2010) | 4 lines BUG 192 : montant négatif mal présentés BUG 195 Impression une partie reste cachée ........
9 lines
333 B
Bash
Executable file
9 lines
333 B
Bash
Executable file
#doxygen
|
|
#cd html; sed -i "s/utf-8/utf-8/g" *
|
|
#cd ..
|
|
if [ ! -z "$PGUSER" ] ; then
|
|
echo "DOMAINE = $DOMAIN"
|
|
postgresql_autodoc -u $PGUSER --password=$PGPASSWORD -h localhost -d ${DOMAIN}mod1
|
|
postgresql_autodoc -u $PGUSER --password=$PGPASSWORD -h localhost -d ${DOMAIN}account_repository
|
|
fi
|
|
cd ../../ && bash dev/compose_list.sh
|