#!/bin/sh -e

(
echo "# updated automatically by $0"
echo
find \
	include \
	libattr \
	libmisc \
	tools \
	-name '*.[ch]' \
	| grep -v include/config.h
) > po/POTFILES.in
