Re: [HACKERS] [PATCHES] SGML index build fix

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] [PATCHES] SGML index build fix
Дата
Msg-id 200701101814.51063.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: [HACKERS] [PATCHES] SGML index build fix  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: [HACKERS] [PATCHES] SGML index build fix  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
Bruce Momjian wrote:
> The rule re-runs the makefile for the specific target, and the target
> modifies HTML.index, or it is only the HTML rule that modifies that.

Only the html rule modifies HTML.index.

> That was a question I had.  If that is true, it has to be:
>
>     %-A4.tex-ps: %.sgml $(ALLSGML) stylesheet.dsl bookindex.sgml
>             $(JADE.tex.call) -V texdvi-output -V '%paper-type%'=A4 -o $@
> $< ifndef DRAFT
>             @cmp -s HTML.index.start HTML.index || $(MAKE) html $@
>     endif

It would much easier to just run the html rule before the other stuff.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] [PATCHES] Building libpq/psql with Borland BCC5
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] [PATCHES] SGML index build fix