Re: [HACKERS] [PATCHES] SGML index build fix - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: [HACKERS] [PATCHES] SGML index build fix
Date
Msg-id 200701101814.51063.peter_e@gmx.net
Whole thread Raw
In response to Re: [HACKERS] [PATCHES] SGML index build fix  (Bruce Momjian <bruce@momjian.us>)
Responses Re: [HACKERS] [PATCHES] SGML index build fix
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] [PATCHES] Building libpq/psql with Borland BCC5
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] [PATCHES] SGML index build fix