Mercurial > piecrust2
view build/generate_messages.sh @ 102:343befeb936f
Added tag 2.0.0-alpha4 for changeset d74ae33832ae
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 15 Sep 2014 08:03:07 -0700 |
parents | f485ba500df3 |
children | 04e3da2dd969 |
line wrap: on
line source
#!/bin/sh CUR_DIR="$( cd "$( dirname "$0" )" && pwd )" CHEF=${CUR_DIR}/../bin/chef OUT_DIR=${CUR_DIR}/../piecrust/res/messages ROOT_DIR=${CUR_DIR}/messages $CHEF --root=$ROOT_DIR bake -o $OUT_DIR rm ${OUT_DIR}/index.html