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

Re: Re^2: strange behavior of dh_dhelp



On Mon, Sep 27, 1999 at 06:56:00PM +0100, Marco Budde wrote:
> RR> I just installed it, but as far as I can see this doesn't integrate
> RR> FHS and FSSTND
> 
> Right, because this is not possible.

Counter-example:

(
	dump() {
		lynx -dump -source -width=1000 $1 |
		sed "1,7d;s-^HREF=\"-HREF=\"$2/-" |
		perl -pe 'unless (m(</A>)) {chop; $_.=" "}'
		
	}
	dump /usr/share/doc fhs
	dump /usr/doc fsstnd
) | (
	echo '<HTML><HEAD><TITLE>Documentation</TITLE></HEAD><BODY>'
	sort -u -t '"' -k 3
) >docs.html
	
-- 
Raul


Reply to: