diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-27 19:33:06 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-27 19:33:06 -0400 |
commit | d7763f0a6cb902e969305d02a18ec13d84227d9d (patch) | |
tree | cc343ee3a753bf60aaedc9298c215703c30756e7 /src/chroot-tools/Makefile | |
parent | fb94599dcea71cdf2cb448e1545cfbdc526288a1 (diff) |
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.
Diffstat (limited to 'src/chroot-tools/Makefile')
-rw-r--r-- | src/chroot-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |