summaryrefslogtreecommitdiff
path: root/man/ja
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-10-26 11:59:44 +0000
committerColin Watson <cjwatson@debian.org>2008-10-26 11:59:44 +0000
commit1203863bcb984db1776312342e86781f3196a400 (patch)
tree32b3f7788899bf95625e3954254d456bd5e31c3c /man/ja
parentebe8e08b588c73a892b35613a57941859ace2ff9 (diff)
Support LINGUAS environment variable to control installation of
localised manual pages. Reported by Mike Frysinger. * m4/man-po4a.m4, m4/man-linguas.m4: New files. * configure.ac: Call MAN_PO4A instead of inline code. Remove NLS and PO4A Automake conditionals, no longer needed. Call MAN_LINGUAS. * man/LINGUAS, man/LINGUAS.po4a: New files. * man/Makefile.am (SUBDIRS): Set to $(MAN_SUBDIRS) rather than computing the list here. (DIST_SUBDIRS): Add, since we no longer use Automake conditionals. * docs/NEWS: Document this.
Diffstat (limited to 'man/ja')
-rw-r--r--man/ja/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/ja/Makefile.in b/man/ja/Makefile.in
index 0adb839d..3c423025 100644
--- a/man/ja/Makefile.in
+++ b/man/ja/Makefile.in
@@ -151,6 +151,7 @@ am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/alloca.m4 \
$(top_srcdir)/m4/man-compress-lib.m4 \
$(top_srcdir)/m4/man-gcc-warning.m4 \
$(top_srcdir)/m4/man-gnu-nroff.m4 \
+ $(top_srcdir)/m4/man-linguas.m4 $(top_srcdir)/m4/man-po4a.m4 \
$(top_srcdir)/m4/man-trans-subst.m4 $(top_srcdir)/m4/nls.m4 \
$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \
@@ -408,6 +409,7 @@ LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@
LTLIBTHREAD = @LTLIBTHREAD@
MAKEINFO = @MAKEINFO@
+MAN_SUBDIRS = @MAN_SUBDIRS@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@