2013-01-18 11:01:32 +00:00
|
|
|
PROJECT=I2P
|
|
|
|
VERSION=website
|
2013-08-15 08:30:01 +00:00
|
|
|
BABELCFG=etc/babel.cfg
|
2013-07-13 11:01:05 +00:00
|
|
|
POTDIR=pots
|
2013-01-18 11:01:32 +00:00
|
|
|
PROJDIR=i2p2www
|
|
|
|
TRANSDIR=$PROJDIR/translations
|
2013-08-31 23:58:20 +00:00
|
|
|
|
|
|
|
if [ -x env/bin/pybabel ]; then
|
|
|
|
PYBABEL=env/bin/pybabel
|
|
|
|
elif [ $(which pybabel) ]; then
|
|
|
|
PYBABEL=$(which pybabel)
|
|
|
|
else
|
|
|
|
echo "ERROR: pybabel was not found. Please run setup_venv.sh" >&2
|
|
|
|
exit 1
|
|
|
|
fi
|