From e1d95790bc5faf9b7d0e5cc31ef62022e7a7c878 Mon Sep 17 00:00:00 2001 From: "Matias A. Fonzo" Date: Thu, 2 Feb 2012 00:05:43 +0000 Subject: Add support for Lzip-compressed manual pages. * configure.ac: Check for lzip. Don't test for lzma if lzip is present, as was already the case for xz. * include/comp_src.h.in (comp_list): Add lzip. * include/manconfig.h.in: Define UNLZIP. * NEWS: Document this. --- man/fr/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/fr') diff --git a/man/fr/Makefile.in b/man/fr/Makefile.in index 1a90249a..22d0ddab 100644 --- a/man/fr/Makefile.in +++ b/man/fr/Makefile.in @@ -1134,6 +1134,7 @@ libpipeline_LIBS = @libpipeline_LIBS@ lispdir = @lispdir@ localedir = @localedir@ localstatedir = @localstatedir@ +lzip = @lzip@ lzma = @lzma@ man_mode = @man_mode@ man_owner = @man_owner@ @@ -1164,6 +1165,7 @@ top_srcdir = @top_srcdir@ tr = @tr@ troff = @troff@ uncompress = @uncompress@ +unlzip = @unlzip@ unlzma = @unlzma@ unxz = @unxz@ vgrind = @vgrind@ -- cgit v1.2.3