# Don't compress examples.
find usr/info usr/man usr/X11*/man -type f
find usr/doc -type f \
	\( -size +4k -or -name "changelog*" \) \
	! -name "*.htm*" ! -name "*.gif" \
	! -name "copyright" | grep -v examples/
