Re: BUG #5595: Documentation is not installs from VPATH build.

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #5595: Documentation is not installs from VPATH build.
Дата
Msg-id 1282855546-sup-1415@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: BUG #5595: Documentation is not installs from VPATH build.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #5595: Documentation is not installs from VPATH build.  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-bugs
Excerpts from Tom Lane's message of jue ago 26 16:38:07 -0400 2010:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
> > Excerpts from Peter Eisentraut's message of jue ago 26 14:25:31 -0400 2010:
> >> If you have "find" superpowers, maybe you can tell it not to process
> >> anything below doc/src/sgml/.
>
> > line 25:
>
> > find "$sourcetree" -type d \( -name CVS -prune -o -path "*doc/src/sgml/*" -prune -o -print \)
>
> Those wildcards look a bit scary, although I suppose only a really
> perverse person would put their PG source tree underneath a path
> containing that.

Hmm, perhaps it can be
    -path "$sourcetree/doc/src/sgml/*"

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5595: Documentation is not installs from VPATH build.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #5595: Documentation is not installs from VPATH build.