#!/bin/sh rm messages.pot xgettext -k_ -kN_ -o messages.pot ../../baz/baz.c tla inventory -s ../.. | grep "\.c$" | xargs -l xgettext -k_ -kN_ -j -o messages.pot # this seems wrong - RBC - we should not be bundling hackerlab xlations with tla/baz tla inventory -s ../../../hackerlab | grep "\.c$" | xargs -l xgettext -k_ -kN_ -j -o messages.pot # arch-tag: df4473d4-f8ee-492f-81d0-bee24e452179