summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-06-29 00:12:22 +1000
committerBrendan O'Dea <bod@debian.org>2014-06-29 00:12:22 +1000
commit4c0bf96e81d051304dfa001ae0c6a8fc18a29987 (patch)
treeb485b6ffb5b633f301f865025909218e11828d0e /configure.ac
parent76ae8eb30f48318a666e061a1fd7d111feea81f4 (diff)
downloadhelp2man-4c0bf96e81d051304dfa001ae0c6a8fc18a29987.tar.gz
Add German translation of info page
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 44584ea..b70b15f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ then
test "x$ac_cv_search_bindtextdomain" = xno &&
AC_MSG_ERROR([bindtextdomain() required])
- extra_make_all='preload man_l10n'
+ extra_make_all='preload man_l10n info_l10n'
extra_make_install='install_preload install_l10n'
extra_extract_args='--with-gettext'
fi
@@ -61,6 +61,8 @@ LOCAL_PROG_OR_MISSING(makeinfo)
LOCAL_PROG_OR_MISSING(install-info)
LOCAL_PROG_OR_MISSING(msgmerge)
LOCAL_PROG_OR_MISSING(xgettext)
+LOCAL_PROG_OR_MISSING(po4a-updatepo)
+LOCAL_PROG_OR_MISSING(po4a-translate)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT