mirror of
https://github.com/mirror/wget.git
synced 2024-12-29 14:30:48 +08:00
a11bfc2d4e
Use the --po-domain option to gnulib-tool to create a new textdomain that can be used by gnulib files for translations. This way, we don't have to maintain the list of all files that require translations in gnulib. * bootstrap.conf: Use --po-domain and --po-base options to create a separate base for gnulib translations * src/main.c(i18n_initialize): Call bindtextdomain on wget-gnulib to include those translations as well * Makefile.am: Add new directory gnulib_po to SUBDIRS * configure.ac: Generate gnulib_po/Makefile.in * lib/Makefile.am: Set AM_CPPFLAGS to empty since gnulib.mk expects it to be set
15 lines
238 B
Makefile
15 lines
238 B
Makefile
MOSTLYCLEANFILES =
|
|
noinst_LTLIBRARIES =
|
|
EXTRA_DIST =
|
|
BUILT_SOURCES =
|
|
MOSTLYCLEANDIRS =
|
|
CLEANFILES =
|
|
SUFFIXES =
|
|
noinst_LIBRARIES =
|
|
MAINTAINERCLEANFILES =
|
|
|
|
AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
|
|
AM_CPPFLAGS =
|
|
|
|
include gnulib.mk
|