[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [tex-live] Re: Proposal for a tex-base package



On 10.06.05 Norbert Preining (preining@logic.at) wrote:

Hi,

> % allow for compressed files, and various extenions
> TEXDOCSSUFFIX   = ;.pdf;.ps;.dvi;.html;.txt;.tex
> TEXDOCSCOMPRESS = ;.gz;.bz2;.zip;.Z
> TEXDOCEXT       = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS}
> 
In Debian we have:

% the default extensions for documentation
TEXDOCSSUFFIX = .pdf:.dvi:.ps:.txt
% we allow some compression methods
TEXDOCSCOMPRESS = :.gz:.bz2
% put html at the very end, to avoid showing the Catalogue:
TEXDOCHTML = .html
% and put that all now together
TEXDOCEXT =
{$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS}:{$TEXDOCHTML}{$TEXDOCSCOMPRESS}

but this is really specific to Debian.

H.
-- 
"Humor is a drug which it's the fashion to abuse."
		-- William Gilbert
  http://hilmarpreusse.forum-rheinland.de/



Reply to: