diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-11 10:52:43 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-11 15:43:37 -0400 |
commit | 7f62d865ae7384f4c4bd489e2682ba52fabb7b62 (patch) | |
tree | 46d698d171d551ff412a0843d2ca90dfce7088e3 /src/chroot-tools/Makefile | |
parent | 834db9d400be1795426eb88cf25c9e817141d326 (diff) |
chroot-tools: internationalize
Diffstat (limited to 'src/chroot-tools/Makefile')
-rw-r--r-- | src/chroot-tools/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 $@ $< |