summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog14
-rw-r--r--docs/Makefile.in2
-rw-r--r--docs/NEWS4
3 files changed, 20 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index c7ac16b9..757c169c 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,17 @@
+Sun Oct 26 11:58:37 GMT 2008 Colin Watson <cjwatson@debian.org>
+
+ 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.
+
Sun Oct 26 01:53:36 GMT 2008 Colin Watson <cjwatson@debian.org>
* configure.ac: Check for lzma.
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 68eee438..951d29a7 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -152,6 +152,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 \
@@ -403,6 +404,7 @@ LTLIBOBJS = @LTLIBOBJS@
LTLIBPTH = @LTLIBPTH@
LTLIBTHREAD = @LTLIBTHREAD@
MAKEINFO = @MAKEINFO@
+MAN_SUBDIRS = @MAN_SUBDIRS@
MKDIR_P = @MKDIR_P@
MSGFMT = @MSGFMT@
MSGFMT_015 = @MSGFMT_015@
diff --git a/docs/NEWS b/docs/NEWS
index ac3b32af..810a6b1d 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -11,6 +11,10 @@ Major changes since man-db 2.5.2:
o Fix build if MAN_CATS is undefined.
+ o If the LINGUAS environment variable is set while running
+ configure, it now controls building and installation of localised
+ manual pages as well as program translations.
+
Improvements:
-------------