#!/bin/sh
xgettext -L PHP --keyword=_ --no-location --default-domain=avelsieve \
	../*.php \
	../include/*.php \
	-o avelsieve.pot
