altocompta/doc/developper/create_doc.sh
Dany De Bontridder 2304bb526e Card & Account search
---------------------
Improve cosmetic, same appearance as add_div
2010-11-02 12:52:25 +00:00

9 lines
330 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