From d7763f0a6cb902e969305d02a18ec13d84227d9d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 27 Jun 2014 19:33:06 -0400 Subject: Add librexgettext, to make generating .pot file easy for librelib users. I don't like how much longer this is than the Makefile, but most of it is option parsing and usage text. --- src/chroot-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chroot-tools/Makefile') diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile index e44ad5f..106aa3a 100644 --- a/src/chroot-tools/Makefile +++ b/src/chroot-tools/Makefile @@ -15,4 +15,4 @@ include ../../common.mk makechrootpkg.sh.in: %.sh.in: $(devtoolsdir)/%.in cp $< $@ -distcc-tool.pot: xgettext-keywords-sh+=--keyword=errusage +distcc-tool.pot: LIBREXGETTEXT_FLAGS+=--simple=errusage -- cgit v1.2.2