version: texinfo-3.12
Suggestion.
To allow the use of bzip2 as a decompressor for the info program
i would like to propose the following change to the file:
info/filesys.c
regards,
Guerrero, Juan Manuel.
*** filesys.c.orig Sat Feb 21 14:52:48 1998
--- filesys.c Fri Sep 10 23:39:34 1999
*************** static char *info_suffixes[] = {
*** 44,53 ****
--- 44,55 ----
static COMPRESSION_ALIST compress_suffixes[] = {
{ ".Z", "uncompress" },
{ ".Y", "unyabba" },
{ ".z", "gunzip" },
+ { ".bz2", "bunzip2" },
+ { ".ibz", "bunzip2" }, /* For MSDOS due to 8.3 file name
restriction. */
{ ".gz", "gunzip" },
{ (char *)NULL, (char *)NULL }
};
/* The path on which we look for info files. You can initialize
this