From efabbeb77912f713439073a96caf3d7ef1819a5d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 15 Aug 2008 22:03:44 +0000 Subject: Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES config variable which is used to filter ecompress arguments. This allows the user to control compression of files installed dodoc, excluding files with specific suffix patterns. The current default value includes all of the suffixes that are recognized by dohtml, as well as pdf. svn path=/main/trunk/; revision=11419 --- man/make.conf.5 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man') diff --git a/man/make.conf.5 b/man/make.conf.5 index c60203038..6eab4b2dd 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -430,6 +430,13 @@ install phase. \fBPORTAGE_COMPRESS_FLAGS\fR = \fI"\-9"\fR This variable contains flags for the \fBPORTAGE_COMPRESS\fR command. .TP +.TP +\fBPORTAGE_COMPRESS_EXCLUDE_SUFFIXES\fR = \fI"gif htm[l]? jp[e]?g pdf png"\fR +This variable contains a space delimited list of file suffixes for which +matching files are excluded when the \fBPORTAGE_COMPRESS\fR command is +called. Regular expressions are supported and the match is performed only +against the portion of the file name which follows the last period character. +.TP .B PORTAGE_ELOG_CLASSES .TP .B PORTAGE_ELOG_SYSTEM -- cgit v1.2.3-1-g7c22