comparison util/build/generate_messages.sh @ 443:6b9f59b19db7

cm: Move build directory to util to avoid conflicts with pip.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 28 Jun 2015 15:00:23 -0700
parents build/generate_messages.sh@04e3da2dd969
children
comparison
equal deleted inserted replaced
442:171dde4f61dc 443:6b9f59b19db7
1 #!/bin/sh
2
3 CUR_DIR="$( cd "$( dirname "$0" )" && pwd )"
4 CHEF=${CUR_DIR}/../bin/chef
5 OUT_DIR=${CUR_DIR}/../piecrust/resources/messages
6 ROOT_DIR=${CUR_DIR}/messages
7
8 $CHEF --root=$ROOT_DIR bake -o $OUT_DIR
9 rm ${OUT_DIR}/index.html