1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/bin/generate-docs.sh
2011-07-13 21:19:09 +02:00

10 lines
181 B
Bash
Executable File

#!/bin/bash
EXECPATH=`dirname $0`
cd $EXECPATH
cd ..
rm build -Rf
sphinx-build en build
sphinx-build -b latex en build/pdf
rubber --into build/pdf --pdf build/pdf/Doctrine2ORM.tex