Re: Re: pgsql: Ship documentation without intermediate tarballs Documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Subject: Re: Re: pgsql: Ship documentation without intermediate tarballs Documentation
Date: 2009-08-11 21:52:40
Message-ID: 200908120052.40960.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Monday 10 August 2009 23:03:12 Alvaro Herrera wrote:
> Hmm, I notice that this rule to install manpages is pretty slow:
>
> for file in /pgsql/source/00head/doc/src/sgml/man1/*.1
> /pgsql/source/00head/doc/src/sgml/man3/*.3
> /pgsql/source/00head/doc/src/sgml/man7/*.7; do /bin/sh
> /pgsql/source/00head/config/install-sh -c -m 644 $file
> /pgsql/install/00head/share/man/`echo $file | sed
> 's,^/pgsql/source/00head/doc/src/sgml/,,'` || exit; done
>
> Can we use "basename" here instead of the `echo | sed` hack?
>
> Hmm, oh, I see it's stripping everything except the last directory level.
> I guess I'd go for doing a simple cp inside each man directory.

Yeah, that was really freakishly complicated. Fixed now.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-08-11 21:53:06 pgsql: Simplify and speed up man page installation
Previous Message Alvaro Herrera 2009-08-11 20:16:04 pgsql: Refactor some $(JADE.tex.call)s

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2009-08-11 21:54:39 Re: machine-readable explain output v4
Previous Message Robert Haas 2009-08-11 21:50:37 Re: Hot standby and synchronous replication status