summaryrefslogtreecommitdiff
path: root/man/es/Makefile.in
diff options
context:
space:
mode:
authorMatias A. Fonzo <selk@dragora.org>2012-02-02 00:05:43 +0000
committerColin Watson <cjwatson@debian.org>2012-02-02 00:05:43 +0000
commite1d95790bc5faf9b7d0e5cc31ef62022e7a7c878 (patch)
tree30d0e24439b1f5eb09653e95014e97d36f381cec /man/es/Makefile.in
parent8410a03575f1a8550498f3d0b4ea51ff72edd780 (diff)
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.
Diffstat (limited to 'man/es/Makefile.in')
-rw-r--r--man/es/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/es/Makefile.in b/man/es/Makefile.in
index 79b65386..89289a7c 100644
--- a/man/es/Makefile.in
+++ b/man/es/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@