diff mbox series

[02/15] manual: remove LIBFOO_GETTEXTIZE_OPTS

Message ID 20230221172205.2450111-2-vfazio@xes-inc.com
State Accepted
Headers show
Series [01/15] package/pkg-autotools: drop FOO_GETTEXTIZE_OPTS support | expand

Commit Message

Vincent Fazio Feb. 21, 2023, 5:21 p.m. UTC
From: Vincent Fazio <vfazio@gmail.com>

Signed-off-by: Vincent Fazio <vfazio@gmail.com>
---
 docs/manual/adding-packages-autotools.txt | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt
index a041d91eb6..8655a79693 100644
--- a/docs/manual/adding-packages-autotools.txt
+++ b/docs/manual/adding-packages-autotools.txt
@@ -136,12 +136,6 @@  cases, typical packages will therefore only use a few of them.
   'gettextize'.) Only valid when +LIBFOO_AUTORECONF=YES+. Valid
   values are +YES+ and +NO+. The default is +NO+.
 
-* +LIBFOO_GETTEXTIZE_OPTS+, to specify additional options passed to
-  the 'gettextize' program, if +LIBFOO_GETTEXTIZE=YES+. You may
-  use that if, for example, the +.po+ files are not located in the
-  standard place (i.e. in +po/+ at the root of the package.) By
-  default, '-f'.
-
 * +LIBFOO_LIBTOOL_PATCH+ tells whether the Buildroot
   patch to fix libtool cross-compilation issues should be applied or
   not. Valid values are +YES+ and +NO+. By