#!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/bin/prepallman,v 1.13 2005/07/29 06:12:19 vapier Exp $ for x in $(find "${D}" -name man -type d -printf '%P\n') ; do prepman ${x%/man} export prepallman_banner=no done