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/fullpkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fullpkg') diff --git a/src/fullpkg/Makefile b/src/fullpkg/Makefile index ee9c395..8860e93 100644 --- a/src/fullpkg/Makefile +++ b/src/fullpkg/Makefile @@ -1,3 +1,3 @@ include ../../common.mk -fullpkg-build.pot: xgettext-keywords-sh+=--keyword=list_pkgs:2 +fullpkg-build.pot: LIBREXGETTEXT_FLAGS+=--simple=list_pkgs:2 -- cgit v1.2.3-54-g00ecf