altocompta/doc/developper/create_doc.sh
Dany De Bontridder 72d4bc7d84 Bug : fiche.inc.php protect against CS
Bug : add the synchro of attributes
Bug : fix order problem of the attribute 
Cosmetic : move the columns saldo of the card to the end of the table
Improve : create_doc doesn't create the doc for postgresql
2008-12-31 15:19:46 +00:00

8 lines
281 B
Bash
Executable file

doxygen
cd html; sed -i "s/utf-8/utf-8/g" *
cd ..
if [ ! -z "$PGUSER" ] ; then
postgresql_autodoc -u $PGUSER --password $PGPASSWORD -h localhost -d mod1
postgresql_autodoc -u $PGUSER --password $PGPASSWORD -h localhost -d account_repository
fi
cd ../../ && dev/compose_list.sh