From 7f62d865ae7384f4c4bd489e2682ba52fabb7b62 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 11 Sep 2013 10:52:43 -0400 Subject: chroot-tools: internationalize --- src/chroot-tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/chroot-tools/Makefile') diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile index 7f6a7ea..258caea 100644 --- a/src/chroot-tools/Makefile +++ b/src/chroot-tools/Makefile @@ -31,3 +31,6 @@ archroot: %: %.in Makefile @echo "GEN $@" @$(edit) <"$<" >"$@" || { rm -f -- '$@'; false; } @chmod 755 "$@" || { rm -f -- '$@'; false; } + +distcc-tool.pot: distcc-tool + xgettext --omit-header -i --from-code=UTF-8 -L shell --keyword={error,errusage} -o $@ $< -- cgit v1.2.2